Skip to content
Snippets Groups Projects
Commit 55fbd9d5 authored by Robert Marshall's avatar Robert Marshall
Browse files

Rubocop should be happier


- Rubocop was sad, this fix makes it happy

Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent 4fa2cced
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -501,7 +501,7 @@ RSpec.describe 'gitaly' do
 
context 'with a socket directory set' do
before do
stub_gitlab_rb(gitlab_workhorse: { listen_addr: '/fake/workhorse/socket', sockets_directory: '/fake/workhorse/sockets'})
stub_gitlab_rb(gitlab_workhorse: { listen_addr: '/fake/workhorse/socket', sockets_directory: '/fake/workhorse/sockets' })
end
 
it 'create config file with provided values' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment