Do not require a tenant scope for running tests
This commit is contained in:
parent
3ea1d1e7ec
commit
a96be2a79e
@ -1,5 +1,5 @@
|
|||||||
# Copyright (C) 2024 Manuel Bustillo
|
# Copyright (C) 2024 Manuel Bustillo
|
||||||
|
|
||||||
ActsAsTenant.configure do |config|
|
ActsAsTenant.configure do |config|
|
||||||
config.require_tenant = true
|
config.require_tenant = !Rails.env.test?
|
||||||
end
|
end
|
Loading…
x
Reference in New Issue
Block a user