remove whitespaces

This commit is contained in:
rajavi-mishra 2021-04-29 13:57:03 -07:00 committed by CactusPuppy
parent 188c7fe2fc
commit 26d523cb5c
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -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