mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
0ebf9b1763
* lib/test/unit.rb: new compatibility layer using minitest. * bin/testrb: use above. * test/runner.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
3 lines
62 B
Ruby
Executable file
3 lines
62 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
require 'test/unit'
|
|
Test::Unit.setup_argv
|