summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/uploads_manager_spec.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-07-11 15:02:59 +0200
committerJames Lopez <james@jameslopez.es>2018-07-11 15:02:59 +0200
commitfa2e3162f8955eaa7259c17c080a083b5d9e8ba9 (patch)
treeb65fd54c3376d21e11271479c55d6f4e1f88c7f1 /spec/lib/gitlab/import_export/uploads_manager_spec.rb
parent3c31de752027abfb247efc5c588496d329e5b47b (diff)
downloadgitlab-ce-fa2e3162f8955eaa7259c17c080a083b5d9e8ba9.tar.gz
added changelog, small refactor
Diffstat (limited to 'spec/lib/gitlab/import_export/uploads_manager_spec.rb')
-rw-r--r--spec/lib/gitlab/import_export/uploads_manager_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/lib/gitlab/import_export/uploads_manager_spec.rb b/spec/lib/gitlab/import_export/uploads_manager_spec.rb
index 922f6f6376c..0c9c4574469 100644
--- a/spec/lib/gitlab/import_export/uploads_manager_spec.rb
+++ b/spec/lib/gitlab/import_export/uploads_manager_spec.rb
@@ -34,8 +34,6 @@ describe Gitlab::ImportExport::UploadsManager do
it 'copies the file in the correct location when there is an upload' do
manager.save
- puts exported_file_path
-
expect(File).to exist(exported_file_path)
end
end