1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

require 'bigdecimal'

* test/json/json_parser_test.rb: this test needs bigdecimal.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-06-16 04:04:53 +00:00
parent b304078ae6
commit ab8e756de0

View file

@ -4,6 +4,7 @@ require 'test_helper'
require 'stringio'
require 'tempfile'
require 'ostruct'
require 'bigdecimal'
class JSONParserTest < Test::Unit::TestCase
include JSON