Željko, i did it!

Add this into your Gemfile:
gem "watir", "4.0.0.rc6"

And remove watir-webdriver (and/or -classic) from your Gemfile and issue
bundle install. It should install watir-webdriver along with watir if
you're on Unix and watir-classic in addition on Windows.

Jarmo

On Wed, Sep 19, 2012 at 9:43 AM, Jarmo <jarm...@gmail.com> wrote:

>
>
> On Tue, Sep 18, 2012 at 5:42 PM, Željko Filipin <zel...@filipin.eu> wrote:
>
>> I thought watir gem would install watir-webdriver gem automatically, but
>> looks like it is not the case:
>>
>
>
> Nope, it does not currently do that. It does currently try to load
> watir-webdriver/watir-classic during runtime and fail with instructions of
> how to install a gem:
> https://github.com/watir/watir/blob/master/watir/lib/watir/loader.rb#L26-30
>
> For that to happen we should release 2 versions of watir gem - one for
> ruby platform and another for windows. I actually think that it would be
> not too big of a deal so maybe i will do that after some research how to do
> that in the first place (i'm betting that i just have to change gem
> specification platform and perform a gem push).
>
> Jarmo
>
_______________________________________________
Wtr-development mailing list
Wtr-development@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to