From: Kev Jackson Date: 2005-11-24T16:39:35+09:00 Subject: Watir problem Hi, I'm just starting out with Watir to evaluate it's use for testing web application, but I'm stuck with a require problem given the following script: --- require 'watir' include Watir ie = IE.new ie.goto("http://localhost:3000/account") --- and given the fact that I installed watir using gems: gem install watir Can anyone suggest what I'm doing wrong? The unittests run (with require 'watir'), but my tests on a different partition don't work - No such file to load -- watir (LoadError) Thanks Puzzled Kev