summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2019-01-09 13:11:53 +0200
committerBrandon Labuschagne <blabuschagne@gitlab.com>2019-01-09 13:11:53 +0200
commit4c904988606caf98a42f87f6699ee7b3563464f4 (patch)
tree975a8ed4c1a5912b3cf9bef25c06c32fbd3ec0e4
parentcf5d5964605c70ace3770434773a6ca881cf45a9 (diff)
downloadgitlab-ce-4c904988606caf98a42f87f6699ee7b3563464f4.tar.gz
Update failing test expected value
-rw-r--r--spec/lib/gitlab_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab_spec.rb b/spec/lib/gitlab_spec.rb
index 67ab4c7da85..1330a24c674 100644
--- a/spec/lib/gitlab_spec.rb
+++ b/spec/lib/gitlab_spec.rb
@@ -124,7 +124,7 @@ describe Gitlab do
stub_const('Gitlab::VERSION', '11.2.1-rc3')
end
- it { is_expected.to eql '11.1' }
+ it { is_expected.to eql '11.2' }
end
end