Commit 169507c4 authored by Stan Hu's avatar Stan Hu

Remove the use of plans table from deletion strategy

parent 5acfcb37
......@@ -22,7 +22,7 @@ RSpec.configure do |config|
end
config.before(:each, :delete) do
DatabaseCleaner.strategy = :deletion, { except: %w[licenses plans] }
DatabaseCleaner.strategy = :deletion, { except: %w[licenses] }
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