|
|
This Ruby on Rails plugin uses an after_filter to add HTML validation to parts or all of your controller/integration tests or RSpec specifications. The plugin can also check that all the URLs in your links, forms, and redirects can be resolved by your Rails application. The plugin suppports the W3C validator (online or installed locally), the Tidy validator, and the xmllint validator.
Installation:
ruby script/plugin install http://htmltest.googlecode.com/svn/trunk/html_test
See the README for more details:
