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:
authorAlejandro Rodríguez <alejandroluis24@gmail.com>2016-04-05 04:20:10 +0300
committerAlejandro Rodríguez <alejandroluis24@gmail.com>2016-04-21 04:12:43 +0300
commit6d9794d42a7bea1150374c76fd3ce5521a44e58e (patch)
tree3be96947c2cf334f14c517f0543ac8298b0c4078 /spec/support
parent375e83bb57dc0143691cf6ef7277bec494f060f0 (diff)
Transforming milestones link references to the short reference form
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/matchers/markdown_matchers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/markdown_matchers.rb b/spec/support/matchers/markdown_matchers.rb
index 492138716af..d921f9bb2bc 100644
--- a/spec/support/matchers/markdown_matchers.rb
+++ b/spec/support/matchers/markdown_matchers.rb
@@ -154,7 +154,7 @@ module MarkdownMatchers
set_default_markdown_messages
match do |actual|
- expect(actual).to have_selector('a.gfm.gfm-milestone', count: 5)
+ expect(actual).to have_selector('a.gfm.gfm-milestone', count: 6)
end
end