rails3-devise-rspec-cucumber
rails3-devise-rspec-cucumber copied to clipboard
An example Rails 3.2 app with Devise and RSpec and Cucumber.
Looks like "The Secret Ninja Cucumber Scrolls" is no longer maintained. The URL links to "Ninja Dating Advice" and "How To Find A Man".
If you are using Rails 4 you'll stumble on a problem in the section "Modify the User Model". Adding the line `attr_accessible :name, :email, :password, :password_confirmation, :remember_me` will cause: ```...
It works only "cucumber". Presumably there are some method to do that, because ti's slightly cumbersome to start all features every time. A lot of code below: ~project git:(master) cucumber...