uninitialized constant Watir::Safari::FunFX (NameError)
Reported by Kristofer Joseph | January 26th, 2010 @ 01:59 AM
STACK:
$ ./funfx.rb
/usr/local/lib/ruby/gems/1.8/gems/funfx-0.2.2/lib/funfx/browser/safariwatir.rb:8:
uninitialized constant Watir::Safari::FunFX (NameError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from ./funfx.rb:6
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./funfx.rb:4
CODE:
!/usr/bin/env ruby
require 'rubygems'
require 'funfx'
require 'funfx/browser/safariwatir'
browser = Watir::Safari.new
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Functional testing of Flex applications from Ruby