> Jonathan knows this, but for every one else, this does the same thing,
> more
> simply:
> 
> >if ie.contains_text("Programming Ruby")
> >     puts("TEST PASSED. Found test string 'Programming Ruby'")
> >else
> >     puts("TEST FAILED.")
> >end
Thanks for pointing it out. I copied and pasted the rescue version into IRB
from an example because I was too lazy to type it in. :)

> This seems to trip a lot of people up. Jonathan, do our docs describe the
> simple way before talking about asserts?
No, I'll update the user guide today. I was also going to update the attach
section before the next release.

-Jonathan

> 
> 
> _____________________
>   Bret Pettichord
>   www.pettichord.com
> 
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general

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

Reply via email to