From 04f2b8f7bf16ad37d3c28f0e06eb02d63ab6a731 Mon Sep 17 00:00:00 2001 From: ntalbott Date: Wed, 12 Feb 2003 03:12:14 +0000 Subject: Initial revision git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/runit/error.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/runit/error.rb (limited to 'lib/runit/error.rb') diff --git a/lib/runit/error.rb b/lib/runit/error.rb new file mode 100644 index 0000000000..4a727fb02b --- /dev/null +++ b/lib/runit/error.rb @@ -0,0 +1,9 @@ +# 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 v1.2.3