Tiffany Fodor wrote:
> Hi all!
>
> I'm trying to use the verify method from assertions.rb, but I keep getting 
> the following error:
>
> undefined method 'verify' for main:Object (NoMethodError)
>
> I've added 
> require "watir/assertions" 
> to the beginning of my script, but still can't use the verify method.  Is 
> anyone else using this successfully?
>   
You will also need to add an
  Include Watir::Assertions
to your test code.

If you show us your test code, we can show you where it goes.

Bret
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to