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