# File test/test_properties.rb, line 37 def test_list list = @properties.list('test') assert_equal([], list) assert_equal(0, list.modified_count) end