如何让 Cucumber 作为 Integration_tool 生成器工作?
我有以下设置
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论