Commit f107247a authored by Rémy Coutable's avatar Rémy Coutable

Truncate the DB in after(:all) test for Gitlab::ImportExport::ProjectTreeRestorer

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e332b47d
......@@ -16,7 +16,7 @@ describe Gitlab::ImportExport::ProjectTreeRestorer, services: true do
end
after(:all) do
@user.destroy!
DatabaseCleaner.clean_with(:truncation)
end
context 'JSON' 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