diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-07-17 20:47:46 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-08-07 13:06:13 -0300 |
commit | 29d380b03ce711d97fc95812618498a12f85cd02 (patch) | |
tree | b7746a2ad408966982b23e002cbfd1cf80cd05e6 /spec | |
parent | 4caa4293742cbe15c68c5d5882637fd6bf8816cf (diff) | |
download | gitlab-ce-29d380b03ce711d97fc95812618498a12f85cd02.tar.gz |
Set the new GitHub import as import source
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/import_sources_spec.rb | 2 |
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, |