summaryrefslogtreecommitdiff
path: root/spec/workers
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-09-01 12:11:59 +0200
committerJacob Vosmaer <jacob@gitlab.com>2017-09-01 14:37:56 +0200
commit6cdaa27a537662732cb089bdd3483d76a5a56a9a (patch)
treeeb40060be2d59f97921f6ccf2f7a2f8086824dc6 /spec/workers
parent129d6bf2de3195263553e706d1ecbb04ebb71441 (diff)
downloadgitlab-ce-6cdaa27a537662732cb089bdd3483d76a5a56a9a.tar.gz
Move GitOperationService to Gitlab::Gitmove-git-operation-service
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/git_garbage_collect_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/git_garbage_collect_worker_spec.rb b/spec/workers/git_garbage_collect_worker_spec.rb
index b4099457478..c4979792194 100644
--- a/spec/workers/git_garbage_collect_worker_spec.rb
+++ b/spec/workers/git_garbage_collect_worker_spec.rb
@@ -143,7 +143,7 @@ describe GitGarbageCollectWorker do
tree: old_commit.tree,
parents: [old_commit]
)
- GitOperationService.new(nil, project.repository.raw_repository).send(
+ Gitlab::Git::OperationService.new(nil, project.repository.raw_repository).send(
:update_ref,
"refs/heads/#{SecureRandom.hex(6)}",
new_commit_sha,