1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rubyunit.rb: aliasing TestCase into the top level is

problematic.

	* lib/runit/assert.rb: fixed a couple of bugs caused by recent
	  refactoring in Test::Unit.

	* test/testunit/runit/*: added.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ntalbott 2003-10-05 02:17:07 +00:00
parent 0cf763af9c
commit b60827ba04
7 changed files with 721 additions and 9 deletions

View file

@ -4,5 +4,3 @@
require 'runit/testcase'
require 'test/unit'
TestCase = RUNIT::TestCase