summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-08-28 05:34:35 +0200
committerGabriel Mazetto <brodock@gmail.com>2017-08-28 15:45:19 +0200
commit5aa1c7b2711d76437f0e7fe7071efc840990a95e (patch)
treed25503fb2823eb6f9d2588388d20445e639dd389
parent9daecfb3e075eb1213d5f007626f727cca7e6a8c (diff)
downloadgitlab-ce-5aa1c7b2711d76437f0e7fe7071efc840990a95e.tar.gz
Fix import_file_spec
-rw-r--r--spec/features/projects/import_export/import_file_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/projects/import_export/import_file_spec.rb b/spec/features/projects/import_export/import_file_spec.rb
index f06791875f8..b29b4dceaf4 100644
--- a/spec/features/projects/import_export/import_file_spec.rb
+++ b/spec/features/projects/import_export/import_file_spec.rb
@@ -15,6 +15,7 @@ feature 'Import/Export - project import integration test', feature: true, js: tr
after(:each) do
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.wiki')
end
context 'when selecting the namespace' do