diff --git a/spec/features/proposals_spec.rb b/spec/features/proposals_spec.rb index a1e6da25..4c4395a4 100644 --- a/spec/features/proposals_spec.rb +++ b/spec/features/proposals_spec.rb @@ -331,9 +331,7 @@ feature Event do expect(happening_now).not_to have_content(event_schedule3.event.title) expect(happening_now).not_to have_content(event_schedule1.event.title) expect(happening_now).not_to have_content(event_schedule2.event.title) - expect(happening_now).to have_content(event_schedule4.event.title) - end end end