summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-08-07 19:27:42 +0000
committerRobert Speicher <robert@gitlab.com>2017-08-07 19:27:42 +0000
commitdd3d422193c5f8d11ca15d3dac2ac33e55736789 (patch)
treee278567403e6855e4913822bdc2781c1afc0649b /spec/lib
parent4c8b666893aa9f5ab94b800489fd9e3240ad4f5e (diff)
parent38704e4247616a3122108b01b61798eed21461c9 (diff)
downloadgitlab-ce-dd3d422193c5f8d11ca15d3dac2ac33e55736789.tar.gz
Merge branch 'github' into 'master'
Improve GitHub importer Closes #27429 See merge request !12886
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/gitlab/import_sources_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_sources_spec.rb b/spec/lib/gitlab/import_sources_spec.rb
index b3b5e5e7e33..c5725f47453 100644
--- a/spec/lib/gitlab/import_sources_spec.rb
+++ b/spec/lib/gitlab/import_sources_spec.rb
@@ -56,7 +56,7 @@ describe Gitlab::ImportSources do
describe '.importer' do
import_sources = {
- 'github' => Gitlab::GithubImport::Importer,
+ 'github' => Github::Import,
'bitbucket' => Gitlab::BitbucketImport::Importer,
'gitlab' => Gitlab::GitlabImport::Importer,
'google_code' => Gitlab::GoogleCodeImport::Importer,