summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/lint_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-26 12:10:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-26 12:10:53 +0000
commitff579119e2ecf2608370a1f24c4d791d28f269d9 (patch)
tree6f510ae943600102faf9dbc54df0f3e7f96c3417 /spec/lib/gitlab/ci/lint_spec.rb
parent2c49951e8c1f4fb95d15cac3dd0677d6882d2add (diff)
downloadgitlab-ce-ff579119e2ecf2608370a1f24c4d791d28f269d9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/gitlab/ci/lint_spec.rb')
-rw-r--r--spec/lib/gitlab/ci/lint_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ci/lint_spec.rb b/spec/lib/gitlab/ci/lint_spec.rb
index 03bb76676e0..a895ac45bc6 100644
--- a/spec/lib/gitlab/ci/lint_spec.rb
+++ b/spec/lib/gitlab/ci/lint_spec.rb
@@ -72,7 +72,7 @@ RSpec.describe Gitlab::Ci::Lint do
it 'returns a result with errors' do
expect(subject).not_to be_valid
- expect(subject.errors).to include(/root config contains unknown keys/)
+ expect(subject.errors).to include(/jobs build config should implement a script: or a trigger: keyword/)
end
end