Hi Zeljko, I have installed both and that went fine. I added the [require "rubygems"] and below is the response:
ree-1.8.7-2010.02 :001 > require "rubygems" => true ree-1.8.7-2010.02 :002 > require "safariwatir" Invalid gemspec in [/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02@w3/specifications/chronic-0.6.4.gemspec]: invalid date format in specification: "2011-09-09 00:00:00.000000000Z" Invalid gemspec in [/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02@w3/specifications/cucumber-1.0.6.gemspec]: invalid date format in specification: "2011-09-13 00:00:00.000000000Z" Invalid gemspec in [/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02@w3/specifications/gherkin-2.4.18.gemspec]: invalid date format in specification: "2011-09-05 00:00:00.000000000Z" Invalid gemspec in [/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02@w3/specifications/json-1.6.0.gemspec]: invalid date format in specification: "2011-09-12 00:00:00.000000000Z" Invalid gemspec in [/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02@w3/specifications/tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z" LoadError: no such file to load -- safariwatir from /Users/josephfleck/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require' from /Users/josephfleck/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require' from (irb):2 from /Users/josephfleck/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/exceptions.rb:86 I did a gem update from 1.5.3 to 1.8.10. and since i have had problems. Thank you, Joe On Thu, Sep 29, 2011 at 11:56 AM, Željko Filipin < [email protected]> wrote: > On Thu, Sep 29, 2011 at 5:36 PM, Joe Fl <[email protected]> wrote: > > ree-1.8.7-2010.02 :003 > require "safariwatir" > > LoadError: no such file to load -- safariwatir > > I hope you have safariwatir and watir-webdriver gems installed. > > If that is true, try adding this to the top of the file: > > require "rubygems" > > Željko > -- > watir.com - community manager > watir.com/book - author > watirpodcast.com - host > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
