Commit 4a9c909d
Changed files (1)
spec
routing
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