зеркало из https://github.com/github/ruby.git
6 строки
151 B
Plaintext
6 строки
151 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
require 'test/unit'
|
||
|
(r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
|
||
|
abort r.options.banner + " tests..."
|
||
|
exit r.run
|