Will you describe installation of watir as gem in user guide? I think it is the most simple way.
Zeljko -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Wednesday, August 31, 2005 3:11 PM To: [email protected] Subject: Re: [Wtr-general] assert PASSED and FAILED I have removed the incorrect and confusing examples from the user guide. Thanks for pointing out the errors: 1. "if assert..." never works. Assert does not return a value. 2. "assert_false" is actually not part of test::unit. Use "assert !" instead. 3. "begin/assert/rescue" is really a bad idea and we will stop suggesting it. I will post the update to the website shortly. In the mean time, the revised doc is attached. Bret At 02:15 AM 8/31/2005, Ian Phillips wrote: >Hi. > >I have followed the documentation at ><http://wtr.rubyforge.org/watir_user_guide.html>http://wtr.rubyforge.org/wa tir_user_guide.html >and I can not see why I shouldn't use assert?? Are there some rules to >using assert? > >The thing I don't understand is that very similar code in test_logger1.rb >works but mine does not. I have not worked out the difference. > >Thanks >Ian _____________________ Bret Pettichord www.pettichord.com _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
