# File test/test_properties.rb, line 62 def test_map map = @properties.map('test') assert_equal({}, map) assert_equal(0, map.modified_count) end