summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/uploads_saver_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_saver_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_saver_spec.rb')
-rw-r--r--spec/lib/gitlab/import_export/uploads_saver_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/uploads_saver_spec.rb b/spec/lib/gitlab/import_export/uploads_saver_spec.rb
index 8ac37850328..1304d8fabfc 100644
--- a/spec/lib/gitlab/import_export/uploads_saver_spec.rb
+++ b/spec/lib/gitlab/import_export/uploads_saver_spec.rb
@@ -4,7 +4,7 @@ describe Gitlab::ImportExport::UploadsSaver do
describe 'bundle a project Git repo' do
let(:export_path) { "#{Dir.tmpdir}/uploads_saver_spec" }
let(:file) { fixture_file_upload(Rails.root + 'spec/fixtures/banana_sample.gif', 'image/gif') }
- 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)