webrat_steps.rb 丢失

发布于 2024-12-20 23:02:49 字数 493 浏览 2 评论 0原文

我正在尝试http://railscasts.com/episodes/155-beginning-with-cucumber 基本上教授如何在 Rails 应用程序中使用 Cucumber。

我安装了所有缺少的 gem,并运行 rails g cucumber:install 运行,虽然没有问题,但错过了创建 features/step_definitions/webrat_steps.rb

我使用的设置是 Ubuntu 上的 Ruby 1.9.3(通过 RVM)和 Rails 3.1.3。运行 bundle 还包含 webrat、rspec、rspec-rails 和 cucumber (如预期)

那么我在哪里可以获得这个文件?为什么现在会出现?

干杯

I'm trying to work through http://railscasts.com/episodes/155-beginning-with-cucumber which basically teaches how to use Cucumber within Rails applications.

I installed all missing gems and running rails g cucumber:install runs though without issues but misses to create the features/step_definitions/webrat_steps.rb.

The setup I'm using is Ruby 1.9.3 (through RVM) and Rails 3.1.3 on Ubuntu. Running bundle also contains webrat, rspec, rspec-rails and cucumber (as expected)

So where can I get this file? Why would it now show up?

Cheers

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

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

发布评论

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

评论(1

吻风 2024-12-27 23:02:49

该文件在最新版本的 Cucumber 中已被删除。如果你想恢复它,请安装旧版本的 gem。

This file was removed in latest releases of the Cucumber. If you want it back install older version of the gem.

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