summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2018-01-17 11:42:32 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2018-01-17 11:42:32 -0200
commitd1eb3ff594b42d6e9625724119f52d3356045870 (patch)
treebde5a5f9e120b385dbdb9ee113a9d7465028d069 /spec/lib/gitlab/ci
parent87229cb08b6ed06d92c2cd0990c148f7849c079e (diff)
downloadgitlab-ce-d1eb3ff594b42d6e9625724119f52d3356045870.tar.gz
Diffstat (limited to 'spec/lib/gitlab/ci')
-rw-r--r--spec/lib/gitlab/ci/config/entry/key_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/gitlab/ci/config/entry/key_spec.rb b/spec/lib/gitlab/ci/config/entry/key_spec.rb
index 846f5f44470..3cbf19bea8b 100644
--- a/spec/lib/gitlab/ci/config/entry/key_spec.rb
+++ b/spec/lib/gitlab/ci/config/entry/key_spec.rb
@@ -10,7 +10,7 @@ describe Gitlab::Ci::Config::Entry::Key do
end
it 'reports errors with config value' do
- expect(entry.errors).to include 'key config cannot contain the "/" character'
+ expect(entry.errors).to include 'key config cannot contain the "/" character'
end
end
@@ -20,7 +20,7 @@ describe Gitlab::Ci::Config::Entry::Key do
end
it 'reports errors with config value' do
- expect(entry.errors).to include 'key config cannot be "." or ".."'
+ expect(entry.errors).to include 'key config cannot be "." or ".."'
end
end