diff options
| author | mo k <m@mokhan.ca> | 2011-11-25 01:30:18 -0700 |
|---|---|---|
| committer | mo k <m@mokhan.ca> | 2011-11-25 01:30:18 -0700 |
| commit | 4a9c909dcdcbfc8a2aa0406c8554d4fac52c53f1 (patch) | |
| tree | 9e986750dd72d83c7cf6e3f001836ca5dccb64b8 | |
| parent | 43fa8bc87dd21f9cee8c709babd0981f98b83ab1 (diff) | |
remove authentications controller routing spec because we no longer have an authentications controller.
| -rw-r--r-- | spec/routing/authentications_routing_spec.rb | 9 |
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 |
