找不到可执行文件错误自动测试 4.4.6

发布于 2024-11-13 12:19:01 字数 280 浏览 5 评论 0原文

我正在尝试回滚失败的 spork 安装,并卸载了自动测试,因为我遇到了问题。重新安装后,从命令行运行自动测试时出现此错误:

/opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:335:in `bin_path': can't findexecutable autotest for autotest- 4.4.6 (Gem::Exception)

我已经在谷歌上搜索了一段时间但没有运气(“rspec、自动测试和 Rails 3...”线程的建议不起作用。还有其他想法吗?

I'm trying to roll back a failed installation of spork, and uninstalled autotest since I was having problems with it. Upon reinstall, I am now getting this error when running autotest from the command line:

/opt/local/lib/ruby/site_ruby/1.8/rubygems.rb:335:in `bin_path': can't find executable autotest for autotest-4.4.6 (Gem::Exception)

I've been googling this for a while with no luck ("The rspec, autotest, and Rails 3..." thread's suggestions didn't work. Any other ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

从此见与不见 2024-11-20 12:19:01

如果您的 Gemfile 中已指定自动测试,并且您已运行 bundle install,那么您可以在包的上下文中运行自动测试:

bundle exec autotest

If autotest has been specified in your Gemfile and you've run bundle install, then you can run autotest within the context of your bundle:

bundle exec autotest
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文