From d2c0d80c7aaeb61d373f084f13bb007e1f41527e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 13 Dec 2017 18:25:08 +0100 Subject: spec/support/referential: Restore old exclusions for truncation Since the tests I was trying to use `truncation` for are now skipped, remove these exceptions and revert this line back to what it was before all this mess. Refs #5024 --- spec/support/referential.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'spec/support/referential.rb') 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 -- cgit v1.2.3