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:
authorJason Hollingsworth <jhworth.developer@gmail.com>2014-01-25 06:06:44 +0400
committerJason Hollingsworth <jhworth.developer@gmail.com>2014-01-25 06:06:44 +0400
commit71c157e43b8bc2adfb2a01ee7cbad0baa5bd98bd (patch)
treeeb8a6f91707045fb22ab33a3b7b654d82ba79e5e /spec/routing
parentced4a37a186601b37121c19523955b96767d9af5 (diff)
Add files to path blacklist.
Remove empty ErrorsController
Diffstat (limited to 'spec/routing')
-rw-r--r--spec/routing/routing_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb
index 1af052d8739..bcbf37e2eeb 100644
--- a/spec/routing/routing_spec.rb
+++ b/spec/routing/routing_spec.rb
@@ -111,13 +111,6 @@ describe HelpController, "routing" do
end
end
-# errors_githost GET /errors/githost(.:format) errors#githost
-describe ErrorsController, "routing" do
- it "to #githost" do
- get("/errors/githost").should route_to('errors#githost')
- end
-end
-
# profile_account GET /profile/account(.:format) profile#account
# profile_history GET /profile/history(.:format) profile#history
# profile_password PUT /profile/password(.:format) profile#password_update