X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ba4a3e3ce96eddc9bbbcde1f255a80f65f49dc8f..e418075e26d80d68e4127d3358a2d8b11dee3a13:/test/functional/site_controller_test.rb diff --git a/test/functional/site_controller_test.rb b/test/functional/site_controller_test.rb index 86a8fe609..d55761f82 100644 --- a/test/functional/site_controller_test.rb +++ b/test/functional/site_controller_test.rb @@ -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" }