Hi all,

I'm not sure if this post should be here, sorry if not :P.


Well I'm new with watir, ruby, celerity. I want to run my scripts in
background in my mac using around XX amount of users, so the solution that I
found was to use celerity but I'm getting the following error when I put the
require watir line in my script,

This is the error

/Users/mymac/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require': no such file to load -- watir (LoadError)
    from
/Users/mymac/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
    from celetiry_example.rb:5

this happens when I put the following

require "rubygems"
require "celerity"
require "thread"
require "watir"


I'm not sure if after I remove the watir line it will affect something.


Thanks in advance
Moises

-- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general

Reply via email to