From: James Edward Gray II Date: 2005-12-13T04:01:50+09:00 Subject: Re: test/unit and pp On Dec 12, 2005, at 11:07 AM, Patrick Gundlach wrote: > >> you should grab unitdiff from the ZenTest package, available at >> http://rubyforge.org/projects/zentest/ >> >> it will work wonders on cleaning up large amounts of testing >> feedback. > > does it also clean up the messages? Couldn't find anything in the docs > about it. Yes and no. It show's a diff of the two items that were suppose to be equal. This is almost a required feature when working with assert_tag() in Rails, for example. James Edward Gray II