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

Fixing User creation. It had no password #39

Closed adornes closed 11 years ago

adornes commented 11 years ago

I generated an application through the composer and tried to use the "Given I am logged in" in some of my scenarios, but the sign_in method failed. I found out that the problem was in the absence of the password parameter at create_user method.

adornes commented 11 years ago

Hi Daniel, guess I closed unintentionally, this is the very first time I fork some project at github! Regards

DanielKehoe commented 11 years ago

Closed. Superseded by newer pull request.