> If you want to change the error message that appears when a test fail, use > assert(equal(x, y), "dude, they don't match!")
Yah, I knew this. What I really want to do is grab STDOUT (or whatever) generated from assert_equal, stick it in a variable, and use Watir to write the contents of that variable to a "test results" page on the WEA wiki. -Chris _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
