rubocop fixes

This commit is contained in:
rajavi-mishra 2021-04-25 01:03:41 -07:00
parent 158cf85f72
commit aebbe5615f

View file

@ -220,7 +220,7 @@ feature Event do
@selected_schedule = create(:schedule, program: @program)
@program.update_attributes!(selected_schedule: @selected_schedule)
@scheduled_event1 = create(:event, program: @program, state: 'confirmed', abstract: '`markdown`')
event_schedule1 = create(:event_schedule, event: @scheduled_event1, schedule: @selected_schedule, start_time: conference.start_hour + 1.hour)
@event_schedule1 = create(:event_schedule, event: @scheduled_event1, schedule: @selected_schedule, start_time: conference.start_hour + 1.hour)
end
scenario 'for a scheduled event, can add an event to google calendar if signed in', feature: true, js: true do