From 03f3cee0c7f162089f3cdf278eb4420f26d745ab Mon Sep 17 00:00:00 2001 From: Ahmad Sherif Date: Tue, 10 Oct 2017 14:58:31 +0200 Subject: Fix a liniting error introduced by !14652 --- spec/lib/gitlab/workhorse_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/lib/gitlab/workhorse_spec.rb') 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) -- cgit v1.2.3