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