Fix rubocop offense in CI/CD YAML processor specs

This commit is contained in:
Grzegorz Bizon 2017-09-04 10:21:36 +02:00
parent a6ead9d179
commit 339a1ad011

View file

@ -171,8 +171,11 @@ module Ci
let(:config) do let(:config) do
YAML.dump( YAML.dump(
spinach: { stage: 'test', script: 'spinach' }, spinach: { stage: 'test', script: 'spinach' },
production: { stage: 'deploy', script: 'cap', only: { production: {
kubernetes: 'active' } } stage: 'deploy',
script: 'cap',
only: { kubernetes: 'active' }
}
) )
end end