]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/directions_controller_test.rb
Fix most auto-correctable rubocop issues
[rails.git] / test / controllers / directions_controller_test.rb
index f24c9d205c7400a20c1be15656ba32aa9e1f58b3..e80d796bdb2ca390bf471806c9ddb1c8b6962744 100644 (file)
@@ -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