summaryrefslogtreecommitdiff
path: root/spec/routing/routing_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-15 13:15:18 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-04-15 13:15:18 -0400
commit2d4ffce826ef86af6bc69385ded6830297a8467f (patch)
treeecf5e12e2eaaaf4b8afc9f4569ce76a7ecd6523a /spec/routing/routing_spec.rb
parent3052e894207303bf9fed972aa60d3a655a6c58d9 (diff)
downloadgitlab-ce-2d4ffce826ef86af6bc69385ded6830297a8467f.tar.gz
Loosen help page parameter constraints for category
Diffstat (limited to 'spec/routing/routing_spec.rb')
-rw-r--r--spec/routing/routing_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb
index b1225f101b7..e219a57c29e 100644
--- a/spec/routing/routing_spec.rb
+++ b/spec/routing/routing_spec.rb
@@ -65,7 +65,7 @@ describe SnippetsController, "routing" do
end
# help GET /help(.:format) help#index
-# help_page GET /help/:category/:file(.:format) help#show {:category=>/[^\.]+/, :file=>/[^\.]+/}
+# help_page GET /help/:category/:file(.:format) help#show {:category=>/.*/, :file=>/[^\/\.]+/}
# help_shortcuts GET /help/shortcuts(.:format) help#shortcuts
# help_ui GET /help/ui(.:format) help#ui
describe HelpController, "routing" do