Commit 5221dbfee74e48f379bc06b2848a64243a76270c
Exists in
spb-stable
and in
3 other branches
Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ce
Showing
4 changed files
with
1 additions
and
12 deletions
Show diff stats
app/controllers/errors_controller.rb
config/routes.rb
lib/gitlab/blacklist.rb
@@ -3,7 +3,7 @@ module Gitlab | @@ -3,7 +3,7 @@ module Gitlab | ||
3 | extend self | 3 | extend self |
4 | 4 | ||
5 | def path | 5 | def path |
6 | - %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository hooks notes) | 6 | + %w(admin dashboard files groups help profile projects search public assets u s teams merge_requests issues users snippets services repository hooks notes) |
7 | end | 7 | end |
8 | end | 8 | end |
9 | end | 9 | end |
spec/routing/routing_spec.rb
@@ -111,13 +111,6 @@ describe HelpController, "routing" do | @@ -111,13 +111,6 @@ describe HelpController, "routing" do | ||
111 | end | 111 | end |
112 | end | 112 | end |
113 | 113 | ||
114 | -# errors_githost GET /errors/githost(.:format) errors#githost | ||
115 | -describe ErrorsController, "routing" do | ||
116 | - it "to #githost" do | ||
117 | - get("/errors/githost").should route_to('errors#githost') | ||
118 | - end | ||
119 | -end | ||
120 | - | ||
121 | # profile_account GET /profile/account(.:format) profile#account | 114 | # profile_account GET /profile/account(.:format) profile#account |
122 | # profile_history GET /profile/history(.:format) profile#history | 115 | # profile_history GET /profile/history(.:format) profile#history |
123 | # profile_password PUT /profile/password(.:format) profile#password_update | 116 | # profile_password PUT /profile/password(.:format) profile#password_update |