Commit 5ba13be7 authored by Michael Kozono's avatar Michael Kozono

Resolve conflict in db_cleaner.rb

parent 89be4c17
......@@ -30,19 +30,11 @@ RSpec.configure do |config|
end
config.before(:each, :js) do
<<<<<<< HEAD
DatabaseCleaner.strategy = :deletion, { except: %w[licenses], cache_tables: false }
end
config.before(:each, :delete) do
DatabaseCleaner.strategy = :deletion, { except: %w[licenses], cache_tables: false }
=======
DatabaseCleaner.strategy = :deletion, { cache_tables: false }
end
config.before(:each, :delete) do
DatabaseCleaner.strategy = :deletion, { cache_tables: false }
>>>>>>> upstream/master
end
config.before(:each, :migration) do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment