summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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