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:
authorDouwe Maan <douwe@gitlab.com>2015-11-12 15:46:50 +0300
committerDouwe Maan <douwe@gitlab.com>2015-11-18 14:02:09 +0300
commitd0ec28827d33d00ca637b1962b370313701ac3a0 (patch)
tree25a7f8d2e19b1d8e26259deb53a05221a6a48aea /spec/workers/repository_fork_worker_spec.rb
parent5e8ddd3c2d898367f6bb377df02e40754850d4f3 (diff)
Fix specs
Diffstat (limited to 'spec/workers/repository_fork_worker_spec.rb')
-rw-r--r--spec/workers/repository_fork_worker_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/workers/repository_fork_worker_spec.rb b/spec/workers/repository_fork_worker_spec.rb
index aa031106968..245f066df1f 100644
--- a/spec/workers/repository_fork_worker_spec.rb
+++ b/spec/workers/repository_fork_worker_spec.rb
@@ -12,7 +12,6 @@ describe RepositoryForkWorker do
project.path_with_namespace,
fork_project.namespace.path).
and_return(true)
- expect(ProjectCacheWorker).to receive(:perform_async)
subject.perform(project.id,
project.path_with_namespace,