]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/directions_controller_test.rb
Merge remote-tracking branch 'upstream/pull/4717'
[rails.git] / test / controllers / directions_controller_test.rb
index 1335ea469bb6549a7eeef80217445b4ad30dd351..31f57b9db334703231f4a0f2083da71409682467 100644 (file)
@@ -1,6 +1,6 @@
 require "test_helper"
 
-class DirectionsControllerTest < ActionController::TestCase
+class DirectionsControllerTest < ActionDispatch::IntegrationTest
   ##
   # test all routes which lead to this controller
   def test_routes
@@ -13,7 +13,7 @@ class DirectionsControllerTest < ActionController::TestCase
   ###
   # test the search action
   def test_search
-    get :search
+    get directions_path
     assert_response :success
   end
 end