diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2017-06-16 13:56:14 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2017-06-16 13:56:14 +0900 |
commit | 05bd14ffc24fe0dc88f2560b9acab1465dc7169b (patch) | |
tree | 4e210a1de554073bccfffebb2291c629f5193607 /tests | |
parent | 3d69dad9142bfa9678d590e0842f8d8c880c2ec5 (diff) | |
download | json-05bd14ffc24fe0dc88f2560b9acab1465dc7169b.tar.gz |
Added missing bigdecimal for its test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/json_parser_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/json_parser_test.rb b/tests/json_parser_test.rb index f36e9c8..5f454eb 100644 --- a/tests/json_parser_test.rb +++ b/tests/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 |