pkgsrc/www/ruby-webunit/DESCR
taca f527880ba7 Update ruby-webunit package to 20040429++ migrating to use new
framework for Ruby packages.


=== 20040429+ --> 20040429++

* add <area> to SingleTags in parser.html (Thanks to Philip Plumlee)

=== 20040429 --> 20040429+

* fix bug about handling XHTML(like <hr/> tag, in SingleTags at parser.rb)

=== 20040211 --> 20040429

* fit htmlsplit to XHTML(like <p/> tag, it's temporary and defective)

=== 20030121 --> 20040211

* fix for ruby 1.8.1
2004-11-28 05:51:59 +00:00

3 lines
184 B
Text

WebUnit is Ruby API for testing html/cgi without browser, and is
ideally suited for automated unit testing of web sites when combined
with a Ruby unit test framework such as RubyUnit.