forked from RailsApps/rails3-devise-rspec-cucumber
-
Notifications
You must be signed in to change notification settings - Fork 0
Tutorial
Daniel Kehoe edited this page May 15, 2011
·
3 revisions
This is a detailed tutorial showing how to set up a Rails 3.0 or 3.1 project using Devise with RSpec and Cucumber. Devise gives you ready-made authentication and user management. RSpec is a popular alternative to the Test::Unit testing framework. Cucumber is often used with RSpec for Behaviour Driven Development.
Please visit the project at its new home:
To keep up to date, follow the project on Twitter:
http://twitter.com/rails_apps
Please tweet some praise if you like what you’ve found.
Daniel Kehoe (http://danielkehoe.com/) implemented the application and wrote the tutorial.