summaryrefslogtreecommitdiff
path: root/lib/runit/error.rb
blob: 4a727fb02b7386c3eccdc18c35849343c7f4167d (plain)
1
2
3
4
5
6
7
8
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