From e11362d3a6c5e908496b1875a1c57bf23b60f57e Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:04:10 +0000 Subject: [PATCH] Lint --- spec/features/sales_log_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/features/sales_log_spec.rb b/spec/features/sales_log_spec.rb index 2670474db..dd3ed8516 100644 --- a/spec/features/sales_log_spec.rb +++ b/spec/features/sales_log_spec.rb @@ -230,7 +230,7 @@ RSpec.describe "Sales Log Features" do end context "when displaying the question number in the page header" do - let(:sales_log) { FactoryBot.create(:sales_log, :shared_ownership_setup_complete, jointpur: 2, owning_organisation: user.organisation, assigned_to: user) } + let(:sales_log) { FactoryBot.create(:sales_log, :shared_ownership_setup_complete, jointpur: 2, owning_organisation: user.organisation, assigned_to: user) } context "when visiting the address page" do before do @@ -251,7 +251,6 @@ RSpec.describe "Sales Log Features" do expect(page).to have_content(/Shared ownership scheme\s*About the staircasing transaction/) end end - end end end @@ -863,5 +862,4 @@ RSpec.describe "Sales Log Features" do end end - end