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