From ae23d37f8928fb122c608a839a2391da93c5b794 Mon Sep 17 00:00:00 2001 From: AyakorK Date: Mon, 20 Nov 2023 15:53:11 +0100 Subject: [PATCH] lint: Rubocop fixes --- spec/system/registration_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/system/registration_spec.rb b/spec/system/registration_spec.rb index 21d3d32e..41449a74 100644 --- a/spec/system/registration_spec.rb +++ b/spec/system/registration_spec.rb @@ -7,6 +7,7 @@ describe "Registration", type: :system do let(:organization) { create(:organization) } + before do switch_to_host(organization.host) end