Re: verify installation
by Justin Collins other posts by this author
May 9 2008 11:04AM messages near this date
verify installation
|
Re: verify installation
marcoa wrote:
> Is there a way to verify the installation of Ruby
> I have downloaded and installed "182-15 stable" and then installed the
> watir gem (gem install watir) taken all the defualt dependencies.
> I am having a problem with executing the require 'watir' statement so
> I want to ensure my ruby install is good.
>
> Thanks to all
>
> Marco
>
When you use gems, you have to require RubyGems somehow anytime you want
to use something installed as a gem.
Try:
require "rubygems"
require "watir"
-Justin
Thread:
Marcoa
Justin Collins
Luis Lavena
Marcoa
Justin Collins
Marcoa
Justin Collins
|