compatible API to be available by both test/unit bundled in Ruby and test-unit gem. * lib/test/unit.rb (Test::Unit::AutoRunner): Move codes from testrb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
4 lines
78 B
Ruby
Executable File
4 lines
78 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require 'test/unit'
|
|
exit Test::Unit::AutoRunner.run(true)
|