[wtr-general] Re: uninitialized constant Watir NameError

2013-03-20 Thread Chuck van der Linden
This is one of those so obvious in retrospect issues.. it basically has to do with the order and places that the ruby 'require' function searches for things when you require them. If there is more than one, it uses the first one it finds, even if that is not the one you wanted it to use. On

[wtr-general] Re: uninitialized constant Watir NameError

2013-03-19 Thread caoxu2000
Thank you Ethan and Adam so so so so much! You guys solved my problem. We had similar problem that we stupidly named our ruby test file watirgrid which is the same file in the watirgrid gem. It literally took me a week trying to poke around even inside the source code of the watirgrid to find

[wtr-general] Re: uninitialized constant Watir NameError

2010-06-18 Thread Adam
IRC chat link: http://wiki.openqa.org/display/WTR/The+IRC+Channel On Jun 18, 9:54 am, Felipe Knorr Kuhn fkn...@gmail.com wrote: I would guess you have to import the rubygems package as well. Can you try that? On Fri, Jun 18, 2010 at 1:48 PM, Adam xyza...@gmail.com wrote: i have a