启动时自动测试停止

发布于 2024-09-24 08:54:42 字数 352 浏览 3 评论 0原文

我正在尝试设置 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 技术交流群。

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

发布评论

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

评论(1

大海や 2024-10-01 08:54:42

尝试运行 autospec 而不是 autotest

Try running autospec instead of autotest

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