Rake RSpec 任务未显示

发布于 2024-11-13 10:14:29 字数 293 浏览 1 评论 0原文

我有一个继承的应用程序,在 Ruby 1.9 中的 Rails 3 上运行,并且工作正常,但由于某种原因,当我安装 rspec 和 jasmine 时,当我运行 rake -T 时,它们的 rake 任务都没有显示。该应用程序的 Rakefile 只是标准的,事实上,当我安装 Cucumber 时,它的 rake 任务显示得很好。

如果我输入 rake 规范,则不会出现错误,但我的规范都不会运行。但是,如果我输入 rspec spec,它们都会运行,很好。茉莉花任务出错,说没有这样的任务。

知道为什么这些不会出现,但其他任务会出现吗?

I have an inherited app, running on Rails 3 in Ruby 1.9, and its working fine, but for some reason, when I installed both rspec and jasmine, neither of their rake tasks are showing up when I run rake -T. The Rakefile for the app is just the standard one, and in fact, when I installed Cucumber, its rake tasks show up just fine.

If I type in rake spec, there is no error, but none of my specs are run. But, if I type rspec spec, they all run, just fine. the jasmine tasks error out, saying there is no such tasks.

Any idea why these wouldn't be showing up, but other tasks would?

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

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

发布评论

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

评论(1

十二 2024-11-20 10:14:29

你们开发组里有 rspec-rails 吗?

http://relishapp.com/rspec/rspec-rails/file/gettingstarted

Do you have rspec-rails in the development group?

http://relishapp.com/rspec/rspec-rails/file/gettingstarted

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