Commit 59aaec29 authored by Stan Hu's avatar Stan Hu

Resolve conflict in features/support/db_cleaner.rb

parent 4ebab4d9
require 'database_cleaner'
<<<<<<< HEAD
DatabaseCleaner[:active_record].strategy = :deletion, { except: ['licenses'] }
=======
DatabaseCleaner[:active_record].strategy = :deletion
>>>>>>> upstream/master
Spinach.hooks.before_scenario do
DatabaseCleaner.start
......
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