Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-08-28 06:34:35 +0300
committerGabriel Mazetto <brodock@gmail.com>2017-08-28 22:08:22 +0300
commit3797d160497b1dd6565d4a393e1e61c29e6200da (patch)
treed6cc0508ed542be02ee5c42ccd8ffcd05daab5dc /spec
parentbe734cef4949eba2ed86e421f0ac699c3e0b10e7 (diff)
Fix import_file_spec
Diffstat (limited to '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 01a108327bb..c065c01f2bb 100644
--- a/spec/features/projects/import_export/import_file_spec.rb
+++ b/spec/features/projects/import_export/import_file_spec.rb
@@ -17,6 +17,7 @@ feature 'Import/Export - project import integration test', js: true do
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