Commit 440ef780 authored by Tomasz Maczukin's avatar Tomasz Maczukin

Fix rubocop offenses

parent 5c1aa5fb
......@@ -288,7 +288,7 @@ describe API::Runner do
'ref' => job.ref,
'sha' => job.sha,
'before_sha' => job.before_sha,
'ref_type' => 'branch'}
'ref_type' => 'branch' }
end
let(:expected_steps) do
[{ 'name' => 'script',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment