Commit 4a9c909d

mo k <m@mokhan.ca>
2011-11-25 08:30:18
remove authentications controller routing spec because we no longer have an authentications controller.
1 parent 43fa8bc
Changed files (1)
spec/routing/authentications_routing_spec.rb
@@ -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