osem-fcy/spec/controllers
charliequinn af08dabc12 Update ConferenceRegistrationsController#new
- authenticate on all controller actions unless (OSEM_ICHAIN_ENABLED != true and
  action is 'new' or 'create')

- before_filter rename to before_action

- addition of before_action :user_already_registered on :new action (redirects
  to edit if user already registered)

- increased specs
2016-08-19 16:25:39 +01:00
..
admin Implemented ability of admins to manually confirm users 2016-08-16 02:23:41 -04:00
api/v1 Add tests for api/v1/conferences_controller 2016-04-03 16:02:34 +05:30
conference_controller_spec.rb SchedulesController introduced 2016-08-11 15:11:27 +02:00
conference_registration_controller_spec.rb Update ConferenceRegistrationsController#new 2016-08-19 16:25:39 +01:00
confirmations_controller_spec.rb Add devise confirmation controller test 2016-04-07 17:34:23 +05:30
proposal_controller_spec.rb Modify conference registration to a singular resource 2016-07-05 01:15:32 +05:30
schedules_controller_spec.rb Test namings 2016-08-11 15:11:27 +02:00
subscriptions_controller_spec.rb move subscribe to its own controller, add authorization, test subscribe/unsubscribe 2014-11-12 14:00:17 +02:00
users_controller_spec.rb Add controller test for users#show 2016-03-11 23:13:52 +02:00