summaryrefslogtreecommitdiff
path: root/devel/ruby-testunit/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-testunit/pkg-descr')
-rw-r--r--devel/ruby-testunit/pkg-descr11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ruby-testunit/pkg-descr b/devel/ruby-testunit/pkg-descr
deleted file mode 100644
index 7c4f73d29143..000000000000
--- a/devel/ruby-testunit/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Test::Unit a unit testing framework for the Ruby programming language,
-
-This is the successor to RUnit (devel/ruby-unit) and includes a
-compatibility layer which is only installed if RUnit is not installed
-already. Most RUnit test cases will pass without any modification.
-
-The unit testing framework is known as part of Kent Beck's "eXtreme
-Programming" (XP). For details, see http://www.xprogramming.com/.
-
-Author: Nathaniel Talbott <testunit@talbott.ws>
-WWW: http://testunit.talbott.ws/