From 6a5097fd247f5d6fe7fe4efac38d685e5ef190ae Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon <grzesiek.bizon@gmail.com> Date: Sat, 26 Aug 2017 10:57:43 +0200 Subject: [PATCH] Fix rubocop offense in YAML processor specs --- spec/lib/ci/gitlab_ci_yaml_processor_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb b/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb index fbfed263e15..c70a4cb55fe 100644 --- a/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb +++ b/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb @@ -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 } -- 2.30.9