Hello,
I have just installed Ruby and WATIR on a Windows XP box.
When I try to run the unit tests, I get an error stating that "gem_original_require" is missing.
C:\watir\unittests>all_tests.rb
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- watir (LoadError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from C:/watir/unittests/../unittests/setup.rb:4
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from C:/watir/unittests/all_tests.rb:4
I'm not sure if it matters: when I installed WATIR from the .exe package, I got errors about not being able to write to c:\watir until I manually created the directory. I manually created the c:\watir directory and then installed to it.
Any ideas why I can't run the all_tests.rb script?
Thank you,
Ben Simo
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
