summaryrefslogtreecommitdiff
path: root/lib/rubyunit.rb
blob: 8f1086c81d6b82f9ba8a78c537b12bf5f4f9e4d6 (plain)
1
2
3
4
5
6
7
8
# Author:: Nathaniel Talbott.
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
# License:: Ruby license.

require 'runit/testcase'
require 'test/unit'

TestCase = RUNIT::TestCase