diaspora/spec/controllers
Sarah Mei c816a1f78e 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.
2010-11-04 22:51:30 -07:00
..
aspects_controller_spec.rb Merge remote branch 'traction/441-failed-aspect-creation-redirect' 2010-10-31 23:22:10 -07:00
dev_utilities_controller_spec.rb attr_accessible on Post 2010-10-28 15:50:19 -07:00
invitations_controller_spec.rb invitations controller test, tnx coyote 2010-11-03 22:58:42 -07:00
people_controller_spec.rb Move prep_image_url into profile image_url setter 2010-11-04 18:46:15 -07:00
photos_controller_spec.rb killed albums 2010-11-04 10:17:19 -07:00
publics_controller_spec.rb removed user#aspect method. all aspect creation should be scoped through the user -> aspect association proper: user.aspects.create(opts) 2010-10-31 12:34:26 -07:00
registrations_controller_spec.rb RegistrationsController#create re-renders the form instead of redirecting, so user doesn't lose what they've entered. 2010-11-04 22:51:30 -07:00
requests_controller_spec.rb make requests controller spec a little clearer 2010-11-02 16:55:23 -07:00
services_controller_spec.rb removed user#aspect method. all aspect creation should be scoped through the user -> aspect association proper: user.aspects.create(opts) 2010-10-31 12:34:26 -07:00
sockets_controller_spec.rb killed albums 2010-11-04 10:17:19 -07:00
status_message_controller_spec.rb validate user ownership on status message destroy 2010-11-03 18:04:10 -07:00
users_controller_spec.rb removed user#aspect method. all aspect creation should be scoped through the user -> aspect association proper: user.aspects.create(opts) 2010-10-31 12:34:26 -07:00