Browse Source

Fix lint offence

pull/2561/head
Manny Dinssa 2 years ago
parent
commit
4cb1f8b329
  1. 1
      spec/requests/organisations_controller_spec.rb

1
spec/requests/organisations_controller_spec.rb

@ -1035,7 +1035,6 @@ RSpec.describe OrganisationsController, type: :request do
expect(page).to have_content("No merge requests") expect(page).to have_content("No merge requests")
end end
context "when viewing a specific organisation's lettings logs" do context "when viewing a specific organisation's lettings logs" do
let(:parent_organisation) { create(:organisation) } let(:parent_organisation) { create(:organisation) }
let(:child_organisation) { create(:organisation) } let(:child_organisation) { create(:organisation) }

Loading…
Cancel
Save