From 05bd14ffc24fe0dc88f2560b9acab1465dc7169b Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Fri, 16 Jun 2017 13:56:14 +0900 Subject: [PATCH] Added missing bigdecimal for its test --- tests/json_parser_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/json_parser_test.rb b/tests/json_parser_test.rb index f36e9c84..5f454eb1 100644 --- a/tests/json_parser_test.rb +++ b/tests/json_parser_test.rb @@ -4,6 +4,7 @@ require 'stringio' require 'tempfile' require 'ostruct' +require 'bigdecimal' class JSONParserTest < Test::Unit::TestCase include JSON