From e143a360f828d33fd67c74f4caadc38d3ce55e55 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 21 Dec 2007 03:56:45 +0000 Subject: * lib/runit, lib/rubyunit.rb, test/testunit/runit: removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/runit/error.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lib/runit/error.rb (limited to 'lib/runit/error.rb') diff --git a/lib/runit/error.rb b/lib/runit/error.rb deleted file mode 100644 index 4a727fb02..000000000 --- a/lib/runit/error.rb +++ /dev/null @@ -1,9 +0,0 @@ -# Author:: Nathaniel Talbott. -# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved. -# License:: Ruby license. - -require 'test/unit/assertionfailederror.rb' - -module RUNIT - AssertionFailedError = Test::Unit::AssertionFailedError -end -- cgit