Commit 6a5097fd authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix rubocop offense in YAML processor specs

parent 04108611
......@@ -344,7 +344,6 @@ module Ci
let(:config) { { rspec: { script: "rspec", type: "test", only: only } } }
let(:processor) { GitlabCiYamlProcessor.new(YAML.dump(config)) }
context 'when it is integer' do
let(:only) { 1 }
......
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