summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/psych/test_numeric.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/psych/test_numeric.rb b/test/psych/test_numeric.rb
index db99a2a0d6..8c3dcd173c 100644
--- a/test/psych/test_numeric.rb
+++ b/test/psych/test_numeric.rb
@@ -33,6 +33,7 @@ module Psych
def test_big_decimal_round_trip
decimal = BigDecimal("12.34")
+ $DEBUG = false
assert_cycle decimal
end