summaryrefslogtreecommitdiff
path: root/spec/routing
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-25 09:19:14 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-08-26 09:38:21 -0500
commitaeb280b0ccb7186b75cf73fcd2e051c5ed661443 (patch)
treeadad1bde334995fc4f35dbbfc625b1f318f0ccb4 /spec/routing
parent6e584f46d2479d5550c12293af00fd494b60f2c0 (diff)
downloadgitlab-ce-aeb280b0ccb7186b75cf73fcd2e051c5ed661443.tar.gz
Fix markdown help references
Diffstat (limited to 'spec/routing')
-rw-r--r--spec/routing/routing_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb
index d65648dd0b2..4bc3cddd9c2 100644
--- a/spec/routing/routing_spec.rb
+++ b/spec/routing/routing_spec.rb
@@ -107,9 +107,9 @@ describe HelpController, "routing" do
end
it 'to #show' do
- path = '/help/markdown/markdown.md'
+ path = '/help/user/markdown.md'
expect(get(path)).to route_to('help#show',
- path: 'markdown/markdown',
+ path: 'user/markdown',
format: 'md')
path = '/help/workflow/protected_branches/protected_branches1.png'