From 3f92529a40a82cbe0cbbc8d7cbcdc667c7c46bc4 Mon Sep 17 00:00:00 2001 From: Ted-U Date: Mon, 22 Aug 2022 13:50:32 +0100 Subject: [PATCH] lint --- spec/features/organisation_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/features/organisation_spec.rb b/spec/features/organisation_spec.rb index 317f33c6d..946659974 100644 --- a/spec/features/organisation_spec.rb +++ b/spec/features/organisation_spec.rb @@ -59,11 +59,9 @@ RSpec.describe "User Features" do it "shows schemes in the navigation bar" do visit("/logs") expect(page).to have_link("Schemes", href: "/schemes") - end + end end - # test - context "when the user is support and the organisation does not hold housing stock" do before do organisation.update!(holds_own_stock: false)