Webrat_steps.rb is missing

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

I installed all the missing gems and ran rails g cucumber:install , but no problem, but skipped creating features/step_definitions/webrat_steps.rb .

The setup I use is Ruby 1.9.3 (via RVM) and Rails 3.1.3 on Ubuntu. The bundle launch also contains webrat, rspec, rspec-rails and cucumber (as expected)

So where can I get this file? Why is it now displayed?

Greetings

+7
source share
1 answer

This file has been removed in recent releases of Cucumber. If you want him to install an older version of the gem.

+5
source

All Articles