X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38b9f8f7927f09b32a94df87d1264f568f620480..ea610c8c3c006555cac91b8c238c82938f33aef7:/test/controllers/directions_controller_test.rb diff --git a/test/controllers/directions_controller_test.rb b/test/controllers/directions_controller_test.rb index f24c9d205..1335ea469 100644 --- a/test/controllers/directions_controller_test.rb +++ b/test/controllers/directions_controller_test.rb @@ -1,7 +1,6 @@ -require 'test_helper' +require "test_helper" class DirectionsControllerTest < ActionController::TestCase - ## # test all routes which lead to this controller def test_routes @@ -17,5 +16,4 @@ class DirectionsControllerTest < ActionController::TestCase get :search assert_response :success end - end