Commit 3797d160 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix import_file_spec

parent be734cef
...@@ -17,6 +17,7 @@ feature 'Import/Export - project import integration test', js: true do ...@@ -17,6 +17,7 @@ feature 'Import/Export - project import integration test', js: true do
after(:each) do after(:each) do
FileUtils.rm_rf(export_path, secure: true) FileUtils.rm_rf(export_path, secure: true)
gitlab_shell.remove_repository(repository_storage_path, 'asd/test-project-path') gitlab_shell.remove_repository(repository_storage_path, 'asd/test-project-path')
gitlab_shell.remove_repository(repository_storage_path, 'asd/test-project-path.wiki')
end end
context 'when selecting the namespace' do context 'when selecting the namespace' 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