X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/34e3e51456774127d43408b7ab65c24f41373f62..ef7f3d800cbdd49b692df10d312e5fd880e2e938:/test/controllers/directions_controller_test.rb diff --git a/test/controllers/directions_controller_test.rb b/test/controllers/directions_controller_test.rb index f24c9d205..e80d796bd 100644 --- a/test/controllers/directions_controller_test.rb +++ b/test/controllers/directions_controller_test.rb @@ -1,7 +1,6 @@ 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