diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-26 10:57:43 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-26 10:57:43 +0200 |
commit | 6a5097fd247f5d6fe7fe4efac38d685e5ef190ae (patch) | |
tree | 70ab4a0e98b91d82daf116e2aa54b0d8f00dc036 /spec | |
parent | 04108611716c0f1bb00092077ad5e31785675490 (diff) | |
download | gitlab-ce-6a5097fd247f5d6fe7fe4efac38d685e5ef190ae.tar.gz |
Fix rubocop offense in YAML processor specs
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/ci/gitlab_ci_yaml_processor_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |