summaryrefslogtreecommitdiff
path: root/lib/rubyunit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubyunit.rb')
-rw-r--r--lib/rubyunit.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rubyunit.rb b/lib/rubyunit.rb
new file mode 100644
index 0000000000..8f1086c81d
--- /dev/null
+++ b/lib/rubyunit.rb
@@ -0,0 +1,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