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 not in your load path.

This file is part of the unit tests for Watir. You probably shouldn't be 
using it for your own scripts.

This will show you what your load path is:

 > ruby -e 'puts $LOAD_PATH'


_____________________
  Bret Pettichord
  www.pettichord.com

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

Reply via email to