From 4cb1f8b329ae1192288b1461a169380d03e10fae Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:49:12 +0100 Subject: [PATCH] Fix lint offence --- 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 1b7174842..fff4f7e80 100644 --- a/spec/requests/organisations_controller_spec.rb +++ b/spec/requests/organisations_controller_spec.rb @@ -1035,7 +1035,6 @@ RSpec.describe OrganisationsController, type: :request do expect(page).to have_content("No merge requests") end - context "when viewing a specific organisation's lettings logs" do let(:parent_organisation) { create(:organisation) } let(:child_organisation) { create(:organisation) }