Re: [Wtr-general] Load Error

2007-06-20 Thread Max Russell
The load error turned out to be due to the line Require 'rubygems' becoming explicit rather than implicit. Max Russell Test Analyst INPS ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Load Error

2007-06-19 Thread Charley Baker
require_gem 'watir' or gem 'watir' Try the same in irb. It may be due to the ruby update. I haven't tried it due to my dependency on modal dialog support. -c On 6/19/07, Max Russell <[EMAIL PROTECTED]> wrote: My original question was: On 6/15/07, Max Russell <[EMAIL PROTECTED]> wrote: >

[Wtr-general] Load Error

2007-06-19 Thread Max Russell
My original question was: On 6/15/07, Max Russell <[EMAIL PROTECTED]> wrote: > > Hi there, I'm getting the following. > > > > `require': no such file to load -- watir (LoadError) > > > > I've checked the FAQs and downloaded the latest 1.5 version for my > Ruby version 1.8.6.

Re: [Wtr-general] Load Error

2007-06-18 Thread Bret Pettichord
Max Russell wrote: > > > can you post your test script? it would help to diagnose your problem. > > > > # Simple test harness > What was your original question? Your reply was not indexed with the original post. Bret ___ Wtr-general mailing list Wtr-g

Re: [Wtr-general] Load Error

2007-06-18 Thread Max Russell
>can you post your test script? it would help to diagnose your problem. # Simple test harness require 'watir' require 'watir/testcase' #require 'test/unit' #$LOAD_PATH << '..' if $0 == __FILE__ $LOAD_PATH << './Tests' class TestSuite < Watir::TestCase File.open(AR

Re: [Wtr-general] Load error

2007-06-15 Thread Jason Darling
can you post your test script? it would help to diagnose your problem. Cheers, Jason On 6/15/07, Max Russell <[EMAIL PROTECTED]> wrote: Hi there, I'm getting the following. `require': no such file to load -- watir (LoadError) I've checked the FAQs and downloaded the latest 1.5 version f

[Wtr-general] Load error

2007-06-15 Thread Max Russell
Hi there, I'm getting the following. `require': no such file to load -- watir (LoadError) I've checked the FAQs and downloaded the latest 1.5 version for my Ruby version 1.8.6. I've listed my local gems and I can see that water is installed, yet whenever I try and run my script, I still ge

[Wtr-general] Load error, was Re: 1.4_1

2005-11-08 Thread Bret Pettichord
At 01:31 AM 11/8/2005, [EMAIL PROTECTED] wrote: >No such file to load -- unittests/setup >c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require__' >Press ENTER to close the window... > >What's the meaning of this and how do I fix it? It means that the file unittests/setup.rb is