summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
-rwxr-xr-xtest/json/json_generator_test.rb5
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