找不到可执行文件错误自动测试 4.4.6
我正在尝试回滚失败的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的
Gemfile
中已指定自动测试,并且您已运行bundle install
,那么您可以在包的上下文中运行自动测试:If autotest has been specified in your
Gemfile
and you've runbundle install
, then you can run autotest within the context of your bundle: