RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
444 stars 144 forks source link

Add extra scenarios to the edit user feature #54

Closed robingram closed 8 years ago

robingram commented 8 years ago

The account editing feature seemed relatively sparse compared to the others so I extended it a little.

robingram commented 8 years ago

Is there any more information you'd like on this or should I close it?

DanielKehoe commented 8 years ago

I'm not actively maintaining the repo for the rails3-devise-rspec-cucumber example application because it was written for Rails 3.2 and we're now on Rails 5. However, I've merged your pull request as I'm sure you've put effort into it and may help anyone else who finds this repo.

You might want to look at the repo for Rails 4.2 for a similar example application that is newer: https://github.com/RailsApps/rails-devise

robingram commented 8 years ago

Thanks. It was specifically the cucumber tests I was interested which is why I went for this version