mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00

Imported minitest 1.3.2 r4503. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
9 lines
314 B
Ruby
9 lines
314 B
Ruby
############################################################
|
|
# This file is imported from a different project.
|
|
# DO NOT make modifications in this repo.
|
|
# File a patch instead and assign it to Ryan Davis
|
|
############################################################
|
|
|
|
require 'minitest/unit'
|
|
|
|
MiniTest::Unit.autorun
|