diff options
author | Katarzyna Kobierska <kkobierska@gmail.com> | 2016-09-07 12:19:36 +0200 |
---|---|---|
committer | Katarzyna Kobierska <kkobierska@gmail.com> | 2016-09-07 12:19:36 +0200 |
commit | dac4c5bb5389b123a046d0e861443e124dc0e059 (patch) | |
tree | c62e3d5ebfd6ce77bf4657f27962bf845d119977 /spec | |
parent | 99d7b3ea0c7b97820ee25f12c4b77acc676a72b7 (diff) | |
download | gitlab-ce-dac4c5bb5389b123a046d0e861443e124dc0e059.tar.gz |
Fix invalid curl command
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/ci/gitlab_ci_yaml_processor_spec.rb | 2 |
1 files changed, 1 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 43631070024..af192664b33 100644 --- a/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb +++ b/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb @@ -1270,7 +1270,7 @@ EOT end end - context "when YMAL content is empty" do + context "when YAML content is empty" do it "returns an error about missing content" do expect(GitlabCiYamlProcessor.validation_message('')) .to eq "Please provide content of .gitlab-ci.yml" |