diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-08 23:39:42 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-08 23:39:42 +0000 |
commit | dd2dfc71e7c887b054c0eef930ff1a708fc2de52 (patch) | |
tree | 1b64ffe3177182be043629bebd5c65f853af49d8 /test | |
parent | 01d18fe0168ba6ba71a6652cd3ebf5a1ea478496 (diff) |
* 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')
-rw-r--r-- | test/runner.rb | 2 |
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 |