我更新了我的ruby gem,突然Autotest停止了工作..
经过多次尝试在没有任何调试信息的情况下进行修复,我知道有以下内容:
$ autotest
loading autotest/rails_rspec2
You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install
Autotest style autotest/rails_rspec2 doesn't seem to exist. Aborting有什么解决方案吗?
发布于 2011-05-30 22:55:47
我也有同样的问题。在我的例子中,bundle update解决了这个问题。(现在使用rspec 2.6.0、rspec-rails 2.6.1和rspec-core 2.6.3 )
发布于 2011-11-12 00:00:50
我将Gemfile更改为rspec-rails 2.7.0,rspec-core 2.7.1,并运行bundle install,它为我解决了这个问题。
运行rails 3.1.1。如果您感兴趣,也可以使用sporg0.9.0.rc9。
https://stackoverflow.com/questions/5993853
复制相似问题