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

link|improve this question

76% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
specifically: gem 'cucumber-rails', '1.0.6' – Josh Crews Dec 15 '11 at 16:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.