@ -208,10 +208,11 @@ RSpec.describe "Schemes scheme Features" do
end
context " when creating a new scheme " do
let! ( :organisation ) { FactoryBot . create ( :organisation , name : " FooBar " ) }
let ( :organisation_name ) { " FooBar " }
let ( :scheme ) { Scheme . first }
before do
FactoryBot . create ( :organisation , name : organisation_name )
Scheme . destroy_all
click_link " Schemes " , href : " /schemes "
end
@ -222,8 +223,6 @@ RSpec.describe "Schemes scheme Features" do
end
context " when I press create a new scheme " do
let! ( :organisation ) { FactoryBot . create ( :organisation , name : " FooBar " ) }
before do
click_link " Create a new supported housing scheme "
end
@ -470,7 +469,6 @@ RSpec.describe "Schemes scheme Features" do
end
end
context " when I fill in scheme details indicating that supported services provided by a different organisation and I press save I see primary client group section " do
let ( :scheme ) { Scheme . first }
let! ( :another_organisation ) { FactoryBot . create ( :organisation , name : " Another Org " ) }