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
pagid
source share