osem-fcy/spec
Siddhant Bajaj 7ce816e146 Fixed DeleteEventSchedules issue
Issues with DeleteEventSchedules method in conference controller:
1.It deletes EventSchedules of all the conferences that are not in the
hours range. Instead it should delete EventSchedules of those events
only that belong to that particular conference only.
2.If we set invalid start or end hour attribute of a conference then
also EventSchedules gets deleted even though conference is not
successfully updated.
Fixed both the issues and added test for the same.
2017-04-25 18:00:24 +05:30
..
controllers Added validation in EventSchedule model and test in event_schedule_spec 2017-04-22 01:20:05 +05:30
factories Added hour transient attribute to event_scheduled factory 2017-04-22 01:28:49 +05:30
features Fix commercial option for users in dashboard#show #1390 2017-04-24 10:16:39 +03:00
helpers Added validation in EventSchedule model and test in event_schedule_spec 2017-04-22 01:20:05 +05:30
mailers implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
models Fixed DeleteEventSchedules issue 2017-04-25 18:00:24 +05:30
serializers Added validation in EventSchedule model and test in event_schedule_spec 2017-04-22 01:20:05 +05:30
support enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00
spec_helper.rb Improvements in the DatabaseCleaner 2017-01-11 10:03:27 +01:00