Commit 37bcdc91 authored by Douwe Maan's avatar Douwe Maan

Prevent licenses table from getting cleaned up

parent 632ee618
......@@ -12,7 +12,7 @@ RSpec.configure do |config|
end
config.before(:each, truncate: true) do
DatabaseCleaner.strategy = :truncation
DatabaseCleaner.strategy = :truncation, { except: ['licenses'] }
end
config.before(:each) 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