Fix rubocop offenses
This commit is contained in:
parent
5c1aa5fb65
commit
440ef7802d
3 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue