diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 03:56:45 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 03:56:45 +0000 |
| commit | e143a360f828d33fd67c74f4caadc38d3ce55e55 (patch) | |
| tree | b1ca6ff0ea8e8ac5dce1f5c96a03a8030acb25f7 /lib/runit/error.rb | |
| parent | 5e9e13f04f17a88cf41675fb510700db5940625f (diff) | |
| download | ruby-e143a360f828d33fd67c74f4caadc38d3ce55e55.tar.gz ruby-e143a360f828d33fd67c74f4caadc38d3ce55e55.tar.xz ruby-e143a360f828d33fd67c74f4caadc38d3ce55e55.zip | |
* 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
Diffstat (limited to 'lib/runit/error.rb')
| -rw-r--r-- | lib/runit/error.rb | 9 |
1 files changed, 0 insertions, 9 deletions
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 |
