mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
abef077ec7
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10 lines
370 B
Ruby
10 lines
370 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 'mini/test'
|
|
require 'test/unit/testcase' # pull in deprecated functionality
|
|
|
|
Mini::Test.autorun
|