summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2017-06-21 09:53:27 +0200
committerGitHub <noreply@github.com>2017-06-21 09:53:27 +0200
commitb600b17020dd40fc1b273e98cbd00b0c29a8dca8 (patch)
tree4e210a1de554073bccfffebb2291c629f5193607
parent3d69dad9142bfa9678d590e0842f8d8c880c2ec5 (diff)
parent05bd14ffc24fe0dc88f2560b9acab1465dc7169b (diff)
downloadjson-b600b17020dd40fc1b273e98cbd00b0c29a8dca8.tar.gz
Merge pull request #335 from hsbt/added-bigdecimal
Added missing bigdecimal for its test
-rw-r--r--tests/json_parser_test.rb1
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