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

Fix rubocop offenses

parent 5c1aa5fb
......@@ -49,4 +49,4 @@ describe Gitlab::Ci::Build::Image do
it { is_expected.to be_empty }
end
end
end
\ No newline at end of file
end
......@@ -30,4 +30,4 @@ describe Gitlab::Ci::Build::Step do
it { expect(subject.allow_failure).to be_truthy }
end
end
end
\ No newline at end of file
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',
......
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