aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/helper.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-02 02:14:21 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-02 02:14:21 +0000
commit7a77e124882f925fe8c7e51a28bac7f15e8ad868 (patch)
tree8bd3556fe6dd94c3289071ccf69c0f6d2c01825f /test/psych/helper.rb
parent0fb23a9449fbdb858be4df90e84214cf0916845d (diff)
downloadruby-7a77e124882f925fe8c7e51a28bac7f15e8ad868.tar.gz
Suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/psych/helper.rb')
-rw-r--r--test/psych/helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/psych/helper.rb b/test/psych/helper.rb
index f5800303fd..0aae69971e 100644
--- a/test/psych/helper.rb
+++ b/test/psych/helper.rb
@@ -3,6 +3,7 @@ require 'stringio'
require 'tempfile'
require 'date'
require 'psych'
+require_relative '../ruby/envutil'
module Psych
class TestCase < MiniTest::Unit::TestCase