]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/site_controller_test.rb
Replace some legacy routes with redirects
[rails.git] / test / functional / site_controller_test.rb
index 86a8fe609f1a66c2d43aef97823b482e8bf74041..d55761f8203315570579705578197cfd3f742572 100644 (file)
@@ -14,10 +14,6 @@ class SiteControllerTest < ActionController::TestCase
       { :path => "/", :method => :post },
       { :controller => "site", :action => "index" }
     )
-    assert_recognizes(
-      { :controller => "site", :action => "index" },
-      { :path => "/index.html", :method => :get }
-    )
     assert_routing(
       { :path => "/edit", :method => :get },
       { :controller => "site", :action => "edit" }