From 71c157e43b8bc2adfb2a01ee7cbad0baa5bd98bd Mon Sep 17 00:00:00 2001 From: Jason Hollingsworth Date: Fri, 24 Jan 2014 20:06:44 -0600 Subject: Add files to path blacklist. Remove empty ErrorsController --- spec/routing/routing_spec.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'spec') 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 -- cgit v1.2.1