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
Rishabh Saxena
a5bb038f61
modify tests for changed payment flow
2016-08-15 10:59:34 +05:30
charliequinn
df8517b011
Specs added ConferenceRegistrationsController#new
...
- Increased test coverage with addition of specs to cover :new method of
ConferenceRegistrationsController
2016-08-11 23:54:21 +01:00
Arun Kumar
0675572e05
Modify conference registration to a singular resource
2016-07-05 01:15:32 +05:30
Henne Vogelsang
73ce49de25
Use dynamic fake data in the spec
2016-05-02 16:06:32 +02:00
Stella Rouzi
01ec43e53a
Registration for Events
2016-04-26 16:11:40 +03:00
Aditya Prakash
19157ac81d
Add test for conference registration controller show and destroy action
...
After failed delete, user should be redirected to registration show and not
root.
2016-03-23 11:42:40 +05:30
Aditya Prakash
b41d2bd5c1
Add test for conference registration controller edit and update action
2016-03-22 17:13:15 +05:30