启动时自动测试停止
我正在尝试设置 Rails(版本 2.3.5)应用程序来运行 RSpec 和自动测试。
我已经将 rspec
(1.2.9) 和 rspec-rails
(1.2.9) 作为应用程序中的插件提供。然后我安装了 ZenTest 4.4.0、Autotest (4.3.2) 和 Autotest Rails (4.1.0) gem。
每当我在应用程序中运行 autotest
命令时,我得到的只是:
loading autotest/rails
style: Rails
然后它只是坐在那里,从未真正运行任何测试。
I'm trying to get a Rails (version 2.3.5) app set up to run RSpec and Autotest.
I've got both rspec
(1.2.9) and rspec-rails
(1.2.9) vendored as plugins in the app. I then have ZenTest 4.4.0, Autotest (4.3.2) and Autotest Rails (4.1.0) gems installed.
Whenever I run the autotest
command in the app, all I get is this:
loading autotest/rails
style: Rails
And then it just sits there and never actually runs any of the test.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试运行
autospec
而不是autotest
Try running
autospec
instead ofautotest