]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/site_controller_test.rb
Removed Osmrender export test
[rails.git] / test / functional / site_controller_test.rb
index caef3481b66bc0c177865aaa3d29b4ed8ed24d3e..3f9e2a145c74278f6dd6f0a52af349aa7a6826dd 100644 (file)
@@ -10,6 +10,10 @@ class SiteControllerTest < ActionController::TestCase
       { :path => "/", :method => :get },
       { :controller => "site", :action => "index" }
     )
+    assert_routing(
+      { :path => "/", :method => :post },
+      { :controller => "site", :action => "index" }
+    )
     assert_recognizes(
       { :controller => "site", :action => "index" },
       { :path => "/index.html", :method => :get }