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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-01-03 21:17:11 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-01-03 21:17:11 +0300
commit3f5403ab74b2f60c1a306a2f617d1cd323854c7a (patch)
tree02e637fe05755099f51b0f19c2e67b3678212b1e /spec
parent62ee2ccfcc1d765cf2b80ba8f7a226855f2f8a2f (diff)
Remove unused variable from bare repository importer spec
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/gitlab/bare_repository_import/importer_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/gitlab/bare_repository_import/importer_spec.rb b/spec/lib/gitlab/bare_repository_import/importer_spec.rb
index 99cc9c4bd41..b5d86df09d2 100644
--- a/spec/lib/gitlab/bare_repository_import/importer_spec.rb
+++ b/spec/lib/gitlab/bare_repository_import/importer_spec.rb
@@ -1,7 +1,6 @@
require 'spec_helper'
describe Gitlab::BareRepositoryImport::Importer, repository: true do
- let(:gitlab_shell) { Gitlab::Shell.new }
let!(:admin) { create(:admin) }
let!(:base_dir) { Dir.mktmpdir + '/' }
let(:bare_repository) { Gitlab::BareRepositoryImport::Repository.new(base_dir, File.join(base_dir, "#{project_path}.git")) }