diaspora/spec/controllers
2010-10-19 22:57:55 -07:00
..
albums_controller_spec.rb
aspects_controller_spec.rb Fixed cucumber features. Backfilled tests for AspectsController#create. 2010-10-19 22:57:55 -07:00
dev_utilities_controller_spec.rb Rails.root isn't always defined when you get to the top of a spec file 2010-10-16 20:05:05 -07:00
people_controller_spec.rb Fixed pending people_controller spec; cleaned up person.search(this is ruby :D ); fyi, calling should_receive stubs that method, hence this test confusion 2010-10-13 23:49:13 -07:00
publics_controller_spec.rb Person.by_webfinger preserves case of identifier. Backfill specs for PublicsController#webfinger. 2010-10-17 12:18:53 -07:00
registrations_controller_spec.rb validation errors in profile and person bubble up to user. 2010-10-19 22:33:12 -07:00
requests_controller_spec.rb Controller and module specs and code to prevent a fatal error when you try to befriend yourself 2010-10-17 19:05:19 -04:00
sockets_controller_spec.rb
status_message_controller_spec.rb removed loop and hidden checkboxes from publisher. hidden field passes single aspect id or :all to controller 2010-10-17 20:47:51 -07:00
users_controller_spec.rb