From 556cb9e8599b80cca5ceb3571664e8a2069d8dbd Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:29:01 +0000 Subject: [PATCH] Remove formatted helper test --- spec/features/home_page_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/features/home_page_spec.rb b/spec/features/home_page_spec.rb index 71e58852e..0d6bc7570 100644 --- a/spec/features/home_page_spec.rb +++ b/spec/features/home_page_spec.rb @@ -33,7 +33,6 @@ RSpec.describe "Home Page Features" do expect(page).to have_content("Q2 - Friday 11 October 2024") expect(page).to have_content("Q3 - Friday 10 January 2025") expect(page).to have_content("End of year deadline - Friday 6 June 2025") - expect(page).to have_content("You can still create logs for a previous quarter after its cut-off date, as long as you complete them by the end-of-year deadline: Friday 6 June 2025.") end Timecop.return end @@ -80,7 +79,6 @@ RSpec.describe "Home Page Features" do expect(page).to have_content("Q2 - Friday 10 October 2025") expect(page).to have_content("Q3 - Friday 16 January 2026") expect(page).to have_content("End of year deadline - Friday 5 June 2026") - expect(page).to have_content("You can still create logs for a previous quarter after its cut-off date, as long as you complete them by the end-of-year deadline: Friday 5 June 2026.") end Timecop.return end