轨道 3 + Rspec 2 +自动测试:自动测试风格 Rspec2 似乎不存在?

发布于 2024-11-07 02:00:20 字数 328 浏览 1 评论 0原文

我更新了我的 ruby​​ gem,突然自动测试停止工作。

经过多次尝试修复而没有任何调试信息,我知道有这个:

$ 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

有什么解决方案吗?

I updated my ruby gem and suddenly Autotest stopped to work..

After many attempts to fix without any debug information, I know have this:

$ 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

Any solution for this?

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

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

发布评论

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

评论(2

也只是曾经 2024-11-14 02:00:20

我也有同样的问题。就我而言,bundle update 解决了这个问题。 (现在使用 rspec 2.6.0、rspec-rails 2.6.1 和 rspec-core 2.6.3)

I had the same problem. In my case bundle update solves the issue. (with rspec 2.6.0, rspec-rails 2.6.1 and rspec-core 2.6.3 now)

偏闹i 2024-11-14 02:00:20

我将 Gemfile 更改为 rspec-rails 2.7.0、rspec-core 2.7.1 并运行捆绑安装,这为我解决了问题。

3.1.1 运行轨道如果您感兴趣的话,还可以使用 spork 0.9.0.rc9。

I changed my Gemfile to rspec-rails 2.7.0, rspec-core 2.7.1 and ran bundle install which solved the problem for me.

Running rails 3.1.1. Also spork 0.9.0.rc9 if that interests you.

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