Commit 91c27077 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab master

parents 37ac3680 9902fed1
...@@ -38,7 +38,7 @@ RSpec.describe Gitlab::GithubImport::ObjectImporter do ...@@ -38,7 +38,7 @@ RSpec.describe Gitlab::GithubImport::ObjectImporter do
end) end)
end end
describe '#import', :clean_gitlab_redis_shared_state do describe '#import', :clean_gitlab_redis_cache do
let(:importer_class) { double(:importer_class, name: 'klass_name') } let(:importer_class) { double(:importer_class, name: 'klass_name') }
let(:importer_instance) { double(:importer_instance) } let(:importer_instance) { double(:importer_instance) }
let(:project) { double(:project, full_path: 'foo/bar', id: 1) } let(:project) { double(:project, full_path: 'foo/bar', id: 1) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment