osem-fcy/spec
Aditya Prakash 7e04a267cb Fix get_roles method of User model
Previous implementation was associating resources with all
the roles regardless of user role in the resource. ie:
if user is cfp member of conf1, the method was returning:
{ organizer => conf1,
  cfp => conf1,
  Info Desk => conf1,
  Volunteers Coordinator => conf1
}
2016-04-17 14:11:09 +05:30
..
controllers Add devise confirmation controller test 2016-04-07 17:34:23 +05:30
factories drop dietary choices, social events, and html_export_path 2016-04-09 16:29:20 +03:00
features phantomjs doesn't like color pickers... 2016-04-05 14:45:47 +02:00
helpers Fix get_roles method of User model 2016-04-17 14:11:09 +05:30
mailers Add tests for onboarding and proposal notifications 2016-03-31 23:04:09 +05:30
models drop dietary choices, social events, and html_export_path 2016-04-09 16:29:20 +03:00
serializers Add conference serializer tests and remove unused functions 2016-04-03 11:21:57 +05:30
support Add webmock for external requests in tests 2016-03-02 21:15:29 +05:30
views Roles into their own controller. Rework interface. Add flash messages to ajax calls. Add description to roles. Possible to edit roles in use. 2016-03-01 17:10:45 +02:00
spec_helper.rb Apply recommendation from thoughtbot/shoulda-matchers@a5623e7. 2015-10-14 09:26:36 -07:00