]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/browse_controller_test.rb
Fix user traces link's :action parameter
[rails.git] / test / functional / browse_controller_test.rb
index 525c879f1118923d36753a20ff43c5f19e99563d..f4da4c1a84b27cba9fcc95c7249299607b5318da 100644 (file)
@@ -5,7 +5,7 @@ class BrowseControllerTest < ActionController::TestCase
   api_fixtures
 
   def test_start
-    get :start
+    xhr :get, :start
     assert_response :success
   end