Browse Source

failing scheme controller spec

pull/648/head
JG 3 years ago
parent
commit
b0a049eaa8
  1. 2
      spec/requests/schemes_controller_spec.rb

2
spec/requests/schemes_controller_spec.rb

@ -11,7 +11,7 @@ RSpec.describe SchemesController, type: :request do
before do before do
allow(user).to receive(:need_two_factor_authentication?).and_return(false) allow(user).to receive(:need_two_factor_authentication?).and_return(false)
sign_in user sign_in user
get "/supported-housing", headers:, params: get "/supported-housing"
end end
it "shows the organisation list" do it "shows the organisation list" do

Loading…
Cancel
Save