Commit e1b3ce54 authored by Tomasz Maczukin's avatar Tomasz Maczukin

Fix formatting

parent 8dd27b47
...@@ -727,7 +727,7 @@ module Ci ...@@ -727,7 +727,7 @@ module Ci
end end
context 'When template is a job' do context 'When template is a job' do
let (:config) do let(:config) do
<<EOT <<EOT
job1: &JOBTMPL job1: &JOBTMPL
stage: build stage: build
...@@ -741,7 +741,7 @@ EOT ...@@ -741,7 +741,7 @@ EOT
end end
context 'When template is a hidden job' do context 'When template is a hidden job' do
let (:config) do let(:config) do
<<EOT <<EOT
.template: &JOBTMPL .template: &JOBTMPL
stage: build stage: build
...@@ -757,7 +757,7 @@ EOT ...@@ -757,7 +757,7 @@ EOT
end end
context "When job adds it's own keys to a template definition" do context "When job adds it's own keys to a template definition" do
let (:config) do let(:config) do
<<EOT <<EOT
.template: &JOBTMPL .template: &JOBTMPL
stage: build stage: build
......
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