]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/geocoder_controller_test.rb
Merge branch 'redesign'
[rails.git] / test / functional / geocoder_controller_test.rb
index d8eee97d8a750729f5088d2abb859b627f50d8e9..e39bab80b8d7dd7d44ba00f678128441ddbab214 100644 (file)
@@ -8,7 +8,7 @@ class GeocoderControllerTest < ActionController::TestCase
   # test all routes which lead to this controller
   def test_routes
     assert_routing(
-      { :path => "/geocoder/search", :method => :post },
+      { :path => "/search", :method => :get },
       { :controller => "geocoder", :action => "search" }
     )
     assert_routing(