PR review change

This commit is contained in:
rajavi-mishra 2021-04-29 13:52:00 -07:00 committed by CactusPuppy
parent b1277b9d5b
commit 6e4ec14b83
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -213,7 +213,8 @@ feature Event do
end
end
context 'as a user, looking at a conference with scheduled events' do
context 'as a user, looking at a conference with scheduled events' do, feature: true
before(:each) do
@program = conference.program
@selected_schedule = create(:schedule, program: @program)