diff --git a/spec/gitlab_shell_authorized_keys_check_spec.rb b/spec/gitlab_shell_authorized_keys_check_spec.rb index 91b874d9a2ad12e245bd77049dc2af134ae023ac..6497f5a8d65d4bad05f0ca11029a15521decaeba 100644 --- a/spec/gitlab_shell_authorized_keys_check_spec.rb +++ b/spec/gitlab_shell_authorized_keys_check_spec.rb @@ -4,8 +4,7 @@ describe 'bin/gitlab-shell-authorized-keys-check' do include_context 'gitlab shell' def tmp_socket_path - # This has to be a relative path shorter than 100 bytes due to - # limitations in how Unix sockets work. + # This has to be a relative path shorter than 100 bytes due to limitations in how Unix sockets work. 'tmp/gitlab-shell-authorized-keys-check-socket' end