Commit 4ebab4d9 authored by Stan Hu's avatar Stan Hu

Resolve conflict in spec/support/db_cleaner.rb

parent 53056102
......@@ -30,19 +30,11 @@ RSpec.configure do |config|
end
config.before(:each, :js) do
<<<<<<< HEAD
DatabaseCleaner.strategy = :deletion, { except: %w[licenses] }
end
config.before(:each, :delete) do
DatabaseCleaner.strategy = :deletion, { except: %w[licenses] }
=======
DatabaseCleaner.strategy = :deletion
end
config.before(:each, :delete) do
DatabaseCleaner.strategy = :deletion
>>>>>>> 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