aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-04-22 14:23:46 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-04-22 14:23:46 +0000
commit49ba5f192509aa06922eed5d4dcf0f1c18cc2693 (patch)
tree999de07a4af8c3962b0fa07db90e43a08113014a /devel/Makefile
parent1909c1c8010fbdd7282e6a62fec3197b22c5c2cb (diff)
downloadports-49ba5f192509aa06922eed5d4dcf0f1c18cc2693.tar.gz
ports-49ba5f192509aa06922eed5d4dcf0f1c18cc2693.zip
ZenTest provides 4 different tools and 1 library: zentest, unit_diff,
autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Test::Rails helps you build industrial-strength Rails code. WWW: http://zentest.rubyforge.org/
Notes
Notes: svn path=/head/; revision=190639
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7863a567bbe0..af32603a7015 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2039,6 +2039,7 @@
SUBDIR += rubygem-stream
SUBDIR += rubygem-transactionsimple
SUBDIR += rubygem-tzinfo
+ SUBDIR += rubygem-zentest
SUBDIR += rudiments
SUBDIR += rvi
SUBDIR += rvm