Use initializer to configure tenant mode

This commit is contained in:
Kevin McConnell
2025-12-10 17:26:53 +00:00
parent a5580666a7
commit 0e443d3602
7 changed files with 38 additions and 8 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class SignupsControllerTest < ActionDispatch::IntegrationTest
test "redirects to session#new when single_tenant and user exists" do
users(:david)
in_single_tenant_mode do
with_multi_tenant_mode(false) do
untenanted do
get new_signup_path