Fix rubocop offenses

This commit is contained in:
Tomasz Maczukin 2017-03-06 11:51:09 +01:00
parent 5c1aa5fb65
commit 440ef7802d
No known key found for this signature in database
GPG key ID: 7E9EB2E4B0F625CD
3 changed files with 3 additions and 3 deletions

View file

@ -288,7 +288,7 @@ describe API::Runner do
'ref' => job.ref, 'ref' => job.ref,
'sha' => job.sha, 'sha' => job.sha,
'before_sha' => job.before_sha, 'before_sha' => job.before_sha,
'ref_type' => 'branch'} 'ref_type' => 'branch' }
end end
let(:expected_steps) do let(:expected_steps) do
[{ 'name' => 'script', [{ 'name' => 'script',