summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/lib/runit/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_6/lib/runit/error.rb')
-rw-r--r--ruby_1_8_6/lib/runit/error.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/ruby_1_8_6/lib/runit/error.rb b/ruby_1_8_6/lib/runit/error.rb
deleted file mode 100644
index 4a727fb02b..0000000000
--- a/ruby_1_8_6/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