I have test, I use assert method and in the end I generate report for this test case, the problem is that when I put 'rescue=>e' statement I catch exception and report shows that test pass, if I remove rescue block, then in report I have error in appropriate colum,  but still when test is suppose to fail, failure column in report is empty, can you tell me how can I get information when test was done and when fail and present it in report? now  I put log to file if assert fails

Luke
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to