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

@ -49,4 +49,4 @@ describe Gitlab::Ci::Build::Image do
it { is_expected.to be_empty }
end
end
end
end

View file

@ -30,4 +30,4 @@ describe Gitlab::Ci::Build::Step do
it { expect(subject.allow_failure).to be_truthy }
end
end
end
end

View file

@ -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',