Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-22 00:16:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-22 00:16:34 +0300
commit483700e50da29cd53f11cecd1129fba4bc44eae4 (patch)
tree200b55928971a49a48700df462c2dc6f9704d141 /spec/tooling/docs
parent2ee7cff13b1a3929bebf2af7d223e2f445d72fca (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tooling/docs')
-rw-r--r--spec/tooling/docs/deprecation_handling_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tooling/docs/deprecation_handling_spec.rb b/spec/tooling/docs/deprecation_handling_spec.rb
index e43f5c7147b..15dd69275c9 100644
--- a/spec/tooling/docs/deprecation_handling_spec.rb
+++ b/spec/tooling/docs/deprecation_handling_spec.rb
@@ -28,7 +28,7 @@ RSpec.describe Docs::DeprecationHandling do
milestones = arguments[:milestones]
entries = arguments[:entries]
- expect(milestones).to eq(['14.2', '14.10'])
+ expect(milestones).to eq(['14.10', '14.2'])
expect(entries.map { |e| e['name'] }).to eq(['a.yml', 'b.yml', 'c.yml'])
end
end