rubocop fixes

This commit is contained in:
rajavi-mishra 2021-04-29 14:14:56 -07:00
parent 40fd23e11b
commit 89e87a1be9

View file

@ -213,7 +213,6 @@ feature Event do
end
end
context 'as a user, looking at a conference with scheduled events' do
before(:each) do
@program = conference.program
@ -235,7 +234,7 @@ feature Event do
end
end
context 'happening now or next section', feature: true
context 'happening now or next section' do
let!(:conference1) { create(:full_conference, start_date: 1.day.ago, end_date: 7.days.from_now, start_hour: 0, end_hour: 24) }
let!(:program) { conference1.program }
let!(:selected_schedule) { create(:schedule, program: program) }