aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/referential.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/referential.rb')
-rw-r--r--spec/support/referential.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/spec/support/referential.rb b/spec/support/referential.rb
index 3a41b2e70..c0ae35779 100644
--- a/spec/support/referential.rb
+++ b/spec/support/referential.rb
@@ -79,13 +79,7 @@ RSpec.configure do |config|
end
config.before(:each, truncation: true) do
- DatabaseCleaner.strategy = :truncation, {
- except: %w[
- spatial_ref_sys
- referentials
- line_referentials
- ]
- }
+ DatabaseCleaner.strategy = :truncation, { except: %w[spatial_ref_sys] }
end
config.before(:each) do