From 40fd23e11b9db650b834ba05e4afc6eb7ff2d727 Mon Sep 17 00:00:00 2001 From: rajavi-mishra Date: Thu, 29 Apr 2021 13:57:03 -0700 Subject: [PATCH] remove whitespaces --- spec/features/proposals_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/features/proposals_spec.rb b/spec/features/proposals_spec.rb index ead8bfce..2b0986ec 100644 --- a/spec/features/proposals_spec.rb +++ b/spec/features/proposals_spec.rb @@ -333,9 +333,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