summaryrefslogtreecommitdiff
path: root/test/json
diff options
context:
space:
mode:
Diffstat (limited to 'test/json')
-rw-r--r--test/json/json_parser_test.rb1
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