From dd2dfc71e7c887b054c0eef930ff1a708fc2de52 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Jul 2011 23:39:42 +0000 Subject: * common.mk (RUN_OPT): disable gems. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/runner.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/runner.rb b/test/runner.rb index 608af08922..72b2360cd8 100644 --- a/test/runner.rb +++ b/test/runner.rb @@ -4,6 +4,8 @@ require 'test/unit' src_testdir = File.dirname(File.expand_path(__FILE__)) $LOAD_PATH << src_testdir +module Gem +end class Gem::TestCase < MiniTest::Unit::TestCase @@project_dir = File.dirname($LOAD_PATH.last) end -- cgit v1.2.3