aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-zentest
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.0.0Cheng-Lung Sung2009-03-042-5/+5
| | | | Notes: svn path=/head/; revision=229450
* - Update to 3.10.0Cheng-Lung Sung2009-02-192-4/+5
| | | | Notes: svn path=/head/; revision=228637
* - Fix plist after ruby update by generating it dynamically.Stanislav Sedov2009-02-142-409/+6
| | | | Notes: svn path=/head/; revision=228255
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* - Update to 3.9.2Cheng-Lung Sung2008-04-163-129/+171
| | | | Notes: svn path=/head/; revision=211342
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+4
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Update to 3.7.2Cheng-Lung Sung2008-01-112-4/+4
| | | | | | | Changes: Notes: svn path=/head/; revision=205446
* - Update to 3.7.1Cheng-Lung Sung2008-01-093-88/+81
| | | | | | | Changes: Notes: svn path=/head/; revision=205304
* - remove redundant @dirrmCheng-Lung Sung2007-08-221-4/+0
| | | | Notes: svn path=/head/; revision=198093
* - Update to 3.6.1Cheng-Lung Sung2007-08-143-123/+135
| | | | Notes: svn path=/head/; revision=197638
* ZenTest provides 4 different tools and 1 library: zentest, unit_diff,Cheng-Lung Sung2007-04-224-0/+412
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: svn path=/head/; revision=190639