ZenTest 自动测试不运行测试

发布于 2024-09-11 08:35:00 字数 347 浏览 3 评论 0原文

我遇到了与发布的完全相同的问题:ZenTest 自动测试未运行测试。但是,该文章中没有任何内容可以帮助我解决问题。我已经安装了 ZenTest 和 autotest-rails,但是当我从命令提示符运行自动测试时,我看到“正在加载自动测试/rails”,然后什么也没有发生。没有运行任何测试或任何东西。我尝试降级我的 ZenTest gem 版本,但没有成功。这非常令人沮丧。我一直在尝试关注 PeepCode 在 rspec 上的截屏视频,但还没有进行自动测试来完成任何一件事。有什么建议吗?

I'm running into the exact same problem as was posted at: ZenTest autotest not running tests. However, nothing on that article is helping me to solve the problem. I have ZenTest and autotest-rails both installed, and yet when I run autotest from the command prompt, I see "loading autotest/rails" and then nothing else happens. No tests are run or anything. I have tried downgrading my ZenTest gem version to no avail. This is very frustrating. I had been trying to follow along with PeepCode's screencast on rspec, but have yet to get autotest to do a single thing. Any suggestions?

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

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

发布评论

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

评论(1

嘿看小鸭子会跑 2024-09-18 08:35:00

为我解决此问题的帖子是:

http://groups.google.com/group/rspec/browse_thread/thread/b2d2a536bb74ddb8/bdec25872f211c70?lnk=gst&q=autotest#bdec25872f211c70

简而言之,添加 gem 'autotest'< /code> 到 Gemfile 中的开发和测试组。

当您运行autotest时,您应该看到loading autotest/rails_rspec2(而不是loading autotest/rails)并且应该执行specs。

The post that fixed this problem for me is:

http://groups.google.com/group/rspec/browse_thread/thread/b2d2a536bb74ddb8/bdec25872f211c70?lnk=gst&q=autotest#bdec25872f211c70

In short, add gem 'autotest' to the development and test group in your Gemfile.

When you run autotest, you should then see loading autotest/rails_rspec2 (instead of loading autotest/rails) and specs should be executed.

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