-
Sarah Mei a rédigé
RegistrationsController#create re-renders the form instead of redirecting, so user doesn't lose what they've entered. Took out RegistrationsController#update, since all it was doing was calling super. Took out stubbing of user save, because I actually want to check that save is doing the right thing.
Sarah Mei a rédigéRegistrationsController#create re-renders the form instead of redirecting, so user doesn't lose what they've entered. Took out RegistrationsController#update, since all it was doing was calling super. Took out stubbing of user save, because I actually want to check that save is doing the right thing.
registrations_controller_spec.rb 2,07 Kio