osem-fcy/spec
divyanshumehta cdf794ecbf Add Style/SelfAssignment Rubocop cop
The cop enforces use of self assignment operator E.g. a=a+2 gets
written as a+=2. Also the offenses listed in rubocop.todo.yml
have been corrected automatically with the --auto-correct option.
Fixes issue #1531
2017-06-14 09:22:19 +05:30
..
controllers fix failing test 2017-06-12 19:43:44 +05:30
factories introduce organizations 2017-06-12 19:43:44 +05:30
features Fixed paper trail inconsistent results for numeric values 2017-05-11 14:01:52 +03:00
helpers Add Style/WordArray at rubocop.yml #1463 2017-06-06 13:53:05 +03:00
mailers implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
models creating default organization while creating a conference 2017-06-12 19:43:44 +05:30
serializers Added validation in EventSchedule model and test in event_schedule_spec 2017-04-22 01:20:05 +05:30
support Add Style/SelfAssignment Rubocop cop 2017-06-14 09:22:19 +05:30
spec_helper.rb Improvements in the DatabaseCleaner 2017-01-11 10:03:27 +01:00