summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-09-28 22:43:37 +0000
committerRobert Speicher <robert@gitlab.com>2017-09-28 22:43:37 +0000
commit07c3112ef540a78c4a84281368eb975ba27a1f4c (patch)
treec1059a3b6cf1c70c5be3e725cfffa19ced02e08e /spec/lib
parent3d899a7d2ecc6a815a4c6d0885ff3d24dba74f3c (diff)
parent3944e16b4bd716fd1f317c89c2c0910de76a2c33 (diff)
downloadgitlab-ce-07c3112ef540a78c4a84281368eb975ba27a1f4c.tar.gz
Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'
Migrate Git::Repository#rm_tag to Gitaly Closes gitaly#562 See merge request gitlab-org/gitlab-ce!14388
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/gitlab/workhorse_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/lib/gitlab/workhorse_spec.rb b/spec/lib/gitlab/workhorse_spec.rb
index 699184ad9fe..a333ae33972 100644
--- a/spec/lib/gitlab/workhorse_spec.rb
+++ b/spec/lib/gitlab/workhorse_spec.rb
@@ -218,7 +218,8 @@ describe Gitlab::Workhorse do
storage_name: 'default',
relative_path: project.full_path + '.git',
git_object_directory: '',
- git_alternate_object_directories: []
+ git_alternate_object_directories: [],
+ gl_repository: ''
} }
expect(subject).to include(repo_param)