summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-09-15 12:12:27 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-09-18 13:57:14 +0200
commita7a7e2d8f7779714b8d1ebdcb62d8757eeaba2bb (patch)
tree3f0c2052bf89ccc4f422f955c4f26f47dcd00aea /spec/lib/gitlab
parent10a486b366a834b24c6eef432ec16af4237ec06d (diff)
downloadgitlab-ce-a7a7e2d8f7779714b8d1ebdcb62d8757eeaba2bb.tar.gz
Fix Rubocop offenses in YAML processor classes
Diffstat (limited to 'spec/lib/gitlab')
-rw-r--r--spec/lib/gitlab/ci/yaml_processor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ci/yaml_processor_spec.rb b/spec/lib/gitlab/ci/yaml_processor_spec.rb
index f2dbfc3eeea..6637a235822 100644
--- a/spec/lib/gitlab/ci/yaml_processor_spec.rb
+++ b/spec/lib/gitlab/ci/yaml_processor_spec.rb
@@ -1694,7 +1694,7 @@ EOT
end
def pipeline(**attributes)
- build_stubbed(:ci_empty_pipeline, **attributes)
+ build_stubbed(:ci_empty_pipeline, **attributes)
end
end
end