Hi, Please i need assistance.
I installed capybara (as directed by the book i’m reading - rails 3 in action). According to the book, running rake cucumber:install should install web_steps.rb in ./ features/step)definitions, however when i ran it, but the file wasn’t created. please did i get it wrong somewhere? vos the rest of that chapter makjes use of capybara’s simulation and cucumber to test features.
web_steps.rb was removed from cucumber-rails - see http://aslakhellesoy.com/post/11055981222/the-training-wheels-came-off
Fred