Commit f6bd832f authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix some code style offenses in pipeline chain classes

parent 53cad500
...@@ -76,8 +76,7 @@ describe Gitlab::Ci::Pipeline::Chain::Validate::Config do ...@@ -76,8 +76,7 @@ describe Gitlab::Ci::Pipeline::Chain::Validate::Config do
{ rspec: { { rspec: {
script: 'ls', script: 'ls',
only: ['something'] only: ['something']
} } }
}
end end
let(:pipeline) do let(:pipeline) do
...@@ -95,7 +94,7 @@ describe Gitlab::Ci::Pipeline::Chain::Validate::Config do ...@@ -95,7 +94,7 @@ describe Gitlab::Ci::Pipeline::Chain::Validate::Config do
end end
context 'when pipeline contains configuration validation errors' do context 'when pipeline contains configuration validation errors' do
let(:config) { { rspec: { } } } let(:config) { { rspec: {} } }
let(:pipeline) do let(:pipeline) do
build(:ci_pipeline, project: project, config: config) build(:ci_pipeline, project: project, config: config)
......
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