summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-10-10 14:04:14 +0200
committerJacob Vosmaer <jacob@gitlab.com>2017-10-10 14:04:14 +0200
commit9e601088853b8a1302e519239e70be29adbb628e (patch)
treea041850b0fea141eed6e57cabacc56d36e46072b
parent5ada58d35ed4444df5c54f57a34747702b434259 (diff)
downloadgitlab-ce-gitaly-0.45.1.tar.gz
Fix mysterious rubocop failuregitaly-0.45.1
-rw-r--r--spec/lib/gitlab/workhorse_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/gitlab/workhorse_spec.rb b/spec/lib/gitlab/workhorse_spec.rb
index 16690f8727d..80bf7986ee0 100644
--- a/spec/lib/gitlab/workhorse_spec.rb
+++ b/spec/lib/gitlab/workhorse_spec.rb
@@ -86,7 +86,7 @@ describe Gitlab::Workhorse do
end
end
- context 'when Gitaly workhorse_send_git_patch feature is disabled', skip_gitaly_mock: true do
+ context 'when Gitaly workhorse_send_git_patch feature is disabled', :skip_gitaly_mock do
it 'sets the header correctly' do
key, command, params = decode_workhorse_header(subject)
@@ -159,7 +159,7 @@ describe Gitlab::Workhorse do
end
end
- context 'when Gitaly workhorse_send_git_diff feature is disabled', skip_gitaly_mock: true do
+ context 'when Gitaly workhorse_send_git_diff feature is disabled', :skip_gitaly_mock do
it 'sets the header correctly' do
key, command, params = decode_workhorse_header(subject)