Note that there are some explanatory texts on larger screens.

plurals
  1. PORun web testing framework watir on firefox / linux
    primarykey
    data
    text
    <p>I'm developing a website on fedora linux. I want to run test. So I choose watir &amp; ruby development to test. So I wan to install <strong>watir</strong> on my <em>system</em> but I have errors : I ran this script</p> <pre><code>cat &lt;&lt; EOF &gt; /etc/yum.repos.d/ruby.repo [ruby] name=ruby for Fedora \$releasever - \$basearch - Base baseurl=http://mirror.nl.ergo-project.org/repositories/custom-f13-ruby/x86_64/ failovermethod=priority enabled=1 gpgcheck=0 [ruby-extra] name=ruby extra for Fedora \$releasever - \$basearch - Base baseurl=http://mirror.nl.ergo-project.org/repositories/feature-f13-ruby-1.9.1/x86_64/ failovermethod=priority enabled=1 gpgcheck=0 EOF yum --enablerepo=ruby,ruby-extra install ruby ruby-devel gem update --system gem install firewatir gem uninstall activesupport gem install activesupport --version '=2.3.8' </code></pre> <p>But I have failure on test running. I enter in a ruby console (just running <strong>irb</strong> command) and when I <code>require 'firewatir'</code> it is ok (the console show me true) but when I create a new test <code>ff=Firewatir::Firefox.new</code> I have irb(main):002:0> ff=Firewatir::Firefox.new <code>ArgumentError: Anonymous modules have no name to be referenced by from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:585:in</code>to_constant_name' from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:391:in <code>qualified_name_for' from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:104:in</code>rescue in const_missing' from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:94:in <code>const_missing' from (irb):2 from /usr/local/bin/irb:12:in</code>'`</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload