From 3efb090706b8703b0853ec69e27c5e2830008c14 Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 30 May 2022 08:19:52 +0100 Subject: [PATCH] rubocop --- spec/requests/organisations_controller_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/requests/organisations_controller_spec.rb b/spec/requests/organisations_controller_spec.rb index 2d231359c..05217c0af 100644 --- a/spec/requests/organisations_controller_spec.rb +++ b/spec/requests/organisations_controller_spec.rb @@ -409,7 +409,6 @@ RSpec.describe OrganisationsController, type: :request do let(:log_to_search) { FactoryBot.create(:case_log, :completed, owning_organisation: user.organisation) } let(:log_total_count) { CaseLog.where(owning_organisation: user.organisation).count } - it "has search results in the title" do get "/organisations/#{organisation.id}/logs?search=#{log_to_search.id}", headers: headers, params: {} expect(page).to have_title("Your organisation (1 log matching ‘#{log_to_search.id}’ of #{log_total_count} total logs) - Submit social housing lettings and sales data (CORE) - GOV.UK")