mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
* test/runner.rb: remove dependency test-unit and minitest
from stdlib when running with test-all. [Feature #9711][ruby-core:61890] * test/testunit/*.rb: ditto. * test/lib: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c466dcc05b
commit
f8c6a5dc02
23 changed files with 4899 additions and 4 deletions
|
@ -18,6 +18,7 @@ class RakeIntegration < MiniTest::Unit::TestCase
|
|||
filename = File.join dir, 'testing.rb'
|
||||
File.open(filename, 'wb') do |f|
|
||||
f.write <<-eotest
|
||||
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
|
||||
require 'test/unit'
|
||||
raise 'loaded twice' if defined?(FooTest)
|
||||
class FooTest; end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue