如何让 Cucumber 作为 Integration_tool 生成器工作?

发布于 2024-11-02 08:04:51 字数 560 浏览 0 评论 0原文

我有以下设置

Rails.application.config.generators do |g|
  g.test_framework :rspec, 
                   :fixture => true
  g.integration_tool :cucumber
  g.fixture_replacement :factory_girl, :dir => "spec/factories"
end

但是当我尝试运行时:

rails g inherited_resources_controller gallery name:string publish_at:time

我得到一个:

error    cucumber [not found]

但是,我在谷歌上搜索了这个问题,似乎很多人都在使用这个设置,没有任何问题。 有什么想法为什么它对我不起作用吗?使用Rails 3.0.6(刚刚更新到3.0.7)和最新版本的cucumber。

提前致谢,

I have the following settings

Rails.application.config.generators do |g|
  g.test_framework :rspec, 
                   :fixture => true
  g.integration_tool :cucumber
  g.fixture_replacement :factory_girl, :dir => "spec/factories"
end

And yet when I try to run:

rails g inherited_resources_controller gallery name:string publish_at:time

I get a:

error    cucumber [not found]

However, I googled the issue and it seems a lot of people are using this setting without a problem.
Any ideas why it's not working for me? Using Rails 3.0.6 (just updated to 3.0.7) and the latest version of cucumber.

Thanks in advance,

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文