Zeljko, Your problem is that that second "require" should be "include Watir" (with no quotes). When you did the second require you got messages for all the constants that were being re-defined.
David Zeljko Filipin wrote: > I do not know if this has any value: > > >gem list > > *** LOCAL GEMS *** > [...] > watir (1.4.1) > Automated testing tool for web applications. > > >ruby -v > ruby 1.8.4 (2005-12-24) [i386-mswin32] > > irb(main):001:0> require "watir" > => false > irb(main):002:0> require "Watir" <== should be "include Watir" _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
