diff options
-rwxr-xr-x | test/json/json_generator_test.rb | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -795,6 +795,11 @@ class JSONGeneratorTest < Test::Unit::TestCase expecteds << "1746861937.7842371" end values.zip(expecteds).each do |value, expected| assert_equal expected, value.to_json end |