summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-24 20:08:40 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-24 20:08:40 +0900
commitdc954cbb75381149970e45927153829a88cbe0b5 (patch)
tree86b5319a48cae95b15f43a9243741910d64f6d44 /tool/lib
parent99fb637c41c6301286042afbc9edaea71cd7643b (diff)
@@project_dir in Gem::TestCase is no longer used
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/test/unit/parallel.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/tool/lib/test/unit/parallel.rb b/tool/lib/test/unit/parallel.rb
index d851326aca..730d7a7f3d 100644
--- a/tool/lib/test/unit/parallel.rb
+++ b/tool/lib/test/unit/parallel.rb
@@ -198,11 +198,5 @@ if $0 == __FILE__
end
end
require 'rubygems'
- module Gem # :nodoc:
- end
- class Gem::TestCase < MiniTest::Unit::TestCase # :nodoc:
- @@project_dir = File.expand_path('../../../../..', __FILE__)
- end
-
Test::Unit::Worker.new.run(ARGV)
end