Rspec 2-“rspec”命令没有给出输出
对于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要告诉它你的规格在哪里。尝试
you need to tell it where your specs are. Try