Commit e501c9af authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch '340457-rake-helper-delete-all-tables' into 'master'

Do not delete_from_all_tables after rake specs

See merge request gitlab-org/gitlab!76961
parents 029d4eea d8b8c884
......@@ -11,7 +11,7 @@ RSpec.configure do |config|
Rake::Task.define_task :environment
end
config.after(:all) do
config.after(:all, type: :task) do
delete_from_all_tables!(except: deletion_except_tables)
end
end
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