]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/old_node_test.rb
Change abilities based on upstream renamings
[rails.git] / test / models / old_node_test.rb
index 42097c8531b18a612ca2e705fa6f9d4eeb7d4763..4aadd5e47ef4da536de4fda35f910bd029960de0 100644 (file)
@@ -63,8 +63,8 @@ class OldNodeTest < ActiveSupport::TestCase
   def test_lat_lon_xml_format
     old_node = build(:old_node, :latitude => 0.00004 * OldNode::SCALE, :longitude => 0.00008 * OldNode::SCALE)
 
-    assert_match /lat="0.0000400"/, old_node.to_xml.to_s
-    assert_match /lon="0.0000800"/, old_node.to_xml.to_s
+    assert_match(/lat="0.0000400"/, old_node.to_xml.to_s)
+    assert_match(/lon="0.0000800"/, old_node.to_xml.to_s)
   end
 
   def test_node_tags