Hi
I am using ruby with selenium to automate my test. But when I execute
my test case in eclipse IDE I am getting the following error
internal:lib/rubygems/custom_require:29:in require': no such file to load -- test1 (LoadError) from <internal:lib/rubygems/custom_require>:29:in require’
from
D:/Juhi_Project/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:301:in
`’
This is perhaps caused by an upgrade of ruby. In 1.9.2, the current
directory “.” is no longer included in the path, as it previously was?
See
for what I mean.
Since the error says it cannot find test1 (which I presume is the name
of your script you have shown the code of), the problem likely lies
outside your test file, so the source of that file is of now help.
Hope that makes sense.
to_specs at
C:/Users/gene/AppData/Roaming/NetBeans/8.0.1/jruby/lib/ruby/shared/rubygems/dependency.rb:247
to_spec at
C:/Users/gene/AppData/Roaming/NetBeans/8.0.1/jruby/lib/ruby/shared/rubygems/dependency.rb:256
gem at
C:/Users/gene/AppData/Roaming/NetBeans/8.0.1/jruby/lib/ruby/shared/rubygems.rb:1231
(root) at C:\Users\gene\Projects\lib\roche.rb:3
I’m using windows 7. How to install that in command line?
Please quote the previous message so that it is easier to follow the
thread, we cannot tell whether which post you are responding to so
don’t know whether you need help installing bundle or something else.
Remember this is a mailing list not a forum, though you may be using a
forum like interface to post to it.
Since you are using Windows you may find it more difficult to get
help, most Rails developers use Linux or Mac. My recommendation for
Win users is to either dual boot the machine with, for example,
Ubuntu, or run Ubuntu in a virtual machine such as VirtualBox.
So I can’t help with your specific question I am afraid, (even when
you tell us what you cannot install).