Battery is a unit testing framework for Ruby. It captures all standard error and output and reports the entire summary of all tests formatted as valid YAML, for easier reading and parsing. Another key feature is that all tests run in the order they are added to their batteries, rather than arbitrarily. See the celsoft.com/Battery homepage for more information and documentation. Homepage: http://battery.rubyforge.org/ Download: http://rubyforge.org/frs/?group_id=268&release_id=531 Sean O'Dell