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
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-27 11:57:36 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-27 11:57:36 +0400
commit5221dbfee74e48f379bc06b2848a64243a76270c (patch)
tree47ddb9bf99ea6763df8f3b83f8a4f66206de9571 /spec
parente322bdbd5ea9de9bf2b7a5c1efb115e294289918 (diff)
parent71c157e43b8bc2adfb2a01ee7cbad0baa5bd98bd (diff)
Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ce
Diffstat (limited to 'spec')
-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