diff options
Diffstat (limited to 'spec/support/referential.rb')
| -rw-r--r-- | spec/support/referential.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/referential.rb b/spec/support/referential.rb index d00a9ba7f..3a41b2e70 100644 --- a/spec/support/referential.rb +++ b/spec/support/referential.rb @@ -72,7 +72,7 @@ RSpec.configure do |config| ) end - config.before(:each, truncation: false) do + config.before(:each) do DatabaseCleaner.strategy = :transaction # Switch into the default tenant first_referential.switch |
