From b001079cee3aca8387adeacaf33a78419e167a48 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 10 Oct 2008 00:56:29 +0000 Subject: Removing miniunit git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/test/unit.rb (limited to 'lib/test/unit.rb') diff --git a/lib/test/unit.rb b/lib/test/unit.rb deleted file mode 100644 index 5988976ce..000000000 --- a/lib/test/unit.rb +++ /dev/null @@ -1,10 +0,0 @@ -############################################################ -# 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 -- cgit