aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner.rb b/test/runner.rb
index 9c17743436..2956b85df8 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -5,6 +5,7 @@ $LOAD_PATH << src_testdir
$LOAD_PATH.unshift "#{src_testdir}/lib"
require 'test/unit'
+require_relative 'ruby/envutil'
module Gem
end