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

Improving user creating #40

Closed adornes closed 11 years ago

adornes commented 11 years ago

Considering the parameters passed as a Hash, the @visitor can be used directly, and this way we can also solve the problem of que user creation without password

DanielKehoe commented 11 years ago

Thank you. Nice improvement!