Skip to content
Daniel Kehoe edited this page May 15, 2011 · 3 revisions

Rails3 + Devise + RSpec + Cucumber

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.

The Project Has Moved!

Please visit the project at its new home:

Follow on Twitter Follow on Twitter

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.

Credits

Daniel Kehoe (http://danielkehoe.com/) implemented the application and wrote the tutorial.