diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-06-16 04:04:53 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-06-16 04:04:53 +0000 |
commit | ab8e756de0f88f1841510a4043558c0f4d28c5cc (patch) | |
tree | 3f8d2622a34a56fc58add3d736c03c6c30f6c3a2 | |
parent | b304078ae6b3b669c49579117aba85d72901e972 (diff) |
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
-rw-r--r-- | test/json/json_parser_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/json/json_parser_test.rb b/test/json/json_parser_test.rb index f36e9c84e1..5f454eb121 100644 --- a/test/json/json_parser_test.rb +++ b/test/json/json_parser_test.rb @@ -4,6 +4,7 @@ require 'test_helper' require 'stringio' require 'tempfile' require 'ostruct' +require 'bigdecimal' class JSONParserTest < Test::Unit::TestCase include JSON |