summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/uploads_restorer_spec.rb
diff options
context:
space:
mode:
authorTravis Miller <travis@travismiller.com>2018-03-05 13:53:40 -0600
committerTravis Miller <travis@travismiller.com>2018-03-05 13:53:40 -0600
commit6d1c5014e96d96ad44fed71dd99bf6c1d4af3cec (patch)
tree0c709141edf82b367de7ef268df5c6346be69c2c /spec/lib/gitlab/import_export/uploads_restorer_spec.rb
parente20061218c039859ecff6f89d709c7132ad7d18f (diff)
downloadgitlab-ce-6d1c5014e96d96ad44fed71dd99bf6c1d4af3cec.tar.gz
review: rename import_export to import_export_shared
Diffstat (limited to 'spec/lib/gitlab/import_export/uploads_restorer_spec.rb')
-rw-r--r--spec/lib/gitlab/import_export/uploads_restorer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/uploads_restorer_spec.rb b/spec/lib/gitlab/import_export/uploads_restorer_spec.rb
index e919a7d9cbb..acef97459b8 100644
--- a/spec/lib/gitlab/import_export/uploads_restorer_spec.rb
+++ b/spec/lib/gitlab/import_export/uploads_restorer_spec.rb
@@ -3,7 +3,7 @@ require 'spec_helper'
describe Gitlab::ImportExport::UploadsRestorer do
describe 'bundle a project Git repo' do
let(:export_path) { "#{Dir.tmpdir}/uploads_saver_spec" }
- let(:shared) { project.import_export }
+ let(:shared) { project.import_export_shared }
before do
allow_any_instance_of(Gitlab::ImportExport).to receive(:storage_path).and_return(export_path)