aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-08 23:39:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-08 23:39:42 +0000
commitdd2dfc71e7c887b054c0eef930ff1a708fc2de52 (patch)
tree1b64ffe3177182be043629bebd5c65f853af49d8 /test/runner.rb
parent01d18fe0168ba6ba71a6652cd3ebf5a1ea478496 (diff)
downloadruby-dd2dfc71e7c887b054c0eef930ff1a708fc2de52.tar.gz
* common.mk (RUN_OPT): disable gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb2
1 files changed, 2 insertions, 0 deletions
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