Rspec 2-“rspec”命令没有给出输出

发布于 2024-10-01 04:43:12 字数 217 浏览 0 评论 0原文

对于 Rspec 2,“rspec”命令应该运行测试,替换以前版本中的“spec”。 我尝试在新应用程序上运行它,但没有运行任何测试(尽管创建了一组规范)。常规 rake 规范可以很好地运行测试,因此问题在于命令

jack$ rspec

在 0.00003 秒内完成 0 个示例,0 次失败

使用 Rails 3 rspec-2.0.1

有什么想法吗?

With Rspec 2 the "rspec"command is supposed to run the tests, replacing "spec" from previous versions.
I tried running it on a new app and no tests were run (despite having a set of specs created). Regular rake spec works fine to run the tests so the issue is with the command

jack$ rspec

Finished in 0.00003 seconds
0 examples, 0 failures

Using Rails 3
rspec-2.0.1

Any ideas?

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

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

发布评论

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

评论(1

怎会甘心 2024-10-08 04:43:12

你需要告诉它你的规格在哪里。尝试

rspec spec/

you need to tell it where your specs are. Try

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