Do not require a tenant scope for running tests
All checks were successful
Check usage of free licenses / check-licenses (pull_request) Successful in 47s
Add copyright notice / copyright_notice (pull_request) Successful in 1m35s
Run unit tests / unit_tests (pull_request) Successful in 2m24s

This commit is contained in:
Manuel Bustillo 2024-12-02 20:33:00 +01:00
parent 3ea1d1e7ec
commit a96be2a79e

View File

@ -1,5 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
ActsAsTenant.configure do |config|
config.require_tenant = true
config.require_tenant = !Rails.env.test?
end