Fix rubocop offenses
This commit is contained in:
parent
5c1aa5fb65
commit
440ef7802d
3 changed files with 3 additions and 3 deletions
|
@ -49,4 +49,4 @@ describe Gitlab::Ci::Build::Image do
|
|||
it { is_expected.to be_empty }
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -30,4 +30,4 @@ describe Gitlab::Ci::Build::Step do
|
|||
it { expect(subject.allow_failure).to be_truthy }
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue