X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4cef51bcbe4f0c7cbb8f2a47b88fc7d3db7526e0..9a9b045372a6f48420a9a6dacfde52c34ab7abce:/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