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, 0 insertions, 8 deletions
diff --git a/lib/rubyunit.rb b/lib/rubyunit.rb
deleted file mode 100644
index 8f1086c81d..0000000000
--- a/lib/rubyunit.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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