summaryrefslogtreecommitdiff
path: root/spec/routing
diff options
context:
space:
mode:
authormo k <m@mokhan.ca>2011-11-25 01:30:18 -0700
committermo k <m@mokhan.ca>2011-11-25 01:30:18 -0700
commit4a9c909dcdcbfc8a2aa0406c8554d4fac52c53f1 (patch)
tree9e986750dd72d83c7cf6e3f001836ca5dccb64b8 /spec/routing
parent43fa8bc87dd21f9cee8c709babd0981f98b83ab1 (diff)
remove authentications controller routing spec because we no longer have an authentications controller.
Diffstat (limited to 'spec/routing')
-rw-r--r--spec/routing/authentications_routing_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/routing/authentications_routing_spec.rb b/spec/routing/authentications_routing_spec.rb
deleted file mode 100644
index 954c9fdb..00000000
--- a/spec/routing/authentications_routing_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require "spec_helper"
-
-describe AuthenticationsController do
- describe "routing" do
- it "routes to #show" do
- get("/authentications/").should route_to("authentications#index", :method => 'GET')
- end
- end
-end