test/test_41_properties.rb in writeexcel-0.6.19 vs test/test_41_properties.rb in writeexcel-1.0.0
- old
+ new
@@ -221,15 +221,6 @@
).join(' ')
result = unpack_record( create_summary_property_set(properties))
assert_equal(target, result, caption)
end
-
- ###############################################################################
- #
- # Unpack the binary data into a format suitable for printing in tests.
- #
- def unpack_record(data)
- data.unpack('C*').map! {|c| sprintf("%02X", c) }.join(' ')
- end
-
end