]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/directions_controller_test.rb
Add failing test demonstrating tag duplication when updating traces via the API.
[rails.git] / test / controllers / directions_controller_test.rb
index f24c9d205c7400a20c1be15656ba32aa9e1f58b3..1335ea469bb6549a7eeef80217445b4ad30dd351 100644 (file)
@@ -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