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
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-10 08:35:06 +0300
committerStan Hu <stanhu@gmail.com>2018-06-11 18:33:06 +0300
commit6defeb0a7d6928ad32d4d7a2fa35d0d71dbb9dea (patch)
tree1fb22e52bca3a7040df45415db2b8fd5cfb9a3ab /spec/lib/gitlab/github_import/sequential_importer_spec.rb
parentf646a8b9bc95fd6cecaa754f7dd0e8370c201502 (diff)
Expire Wiki content cache after importing a repository
The cache state for Wikis that were imported via GitHub or Bitbucket does not appear to have been flushed after a successful import. Closes #47546
Diffstat (limited to 'spec/lib/gitlab/github_import/sequential_importer_spec.rb')
-rw-r--r--spec/lib/gitlab/github_import/sequential_importer_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/gitlab/github_import/sequential_importer_spec.rb b/spec/lib/gitlab/github_import/sequential_importer_spec.rb
index 6089b0b751f..05d3243f806 100644
--- a/spec/lib/gitlab/github_import/sequential_importer_spec.rb
+++ b/spec/lib/gitlab/github_import/sequential_importer_spec.rb
@@ -30,7 +30,6 @@ describe Gitlab::GithubImport::SequentialImporter do
expect(instance).to receive(:execute)
end
- expect(repository).to receive(:after_import)
expect(importer.execute).to eq(true)
end
end