restrict user invites
This commit is contained in:
committed by
Pete Matsyburka
parent
b317094192
commit
b6a2aae970
@@ -68,6 +68,10 @@ RSpec.configure do |config|
|
||||
config.before do |example|
|
||||
Sidekiq::Testing.inline! if example.metadata[:sidekiq] == :inline
|
||||
end
|
||||
|
||||
config.before(multitenant: true) do
|
||||
allow(Docuseal).to receive(:multitenant?).and_return(true)
|
||||
end
|
||||
end
|
||||
|
||||
ActiveSupport.run_load_hooks(:rails_specs, self)
|
||||
|
||||
Reference in New Issue
Block a user