Hi there
I am working testing a couple of different web apps that sometimes
need to call classes/methods in each others libraries

I have found that if I specified both library paths in $LOAD_PATH then
methods that have the same names sometimes get called by mistake

eg
the paths are
c:/ruby_tests/my_project_1/
c:/ruby_tests/my_project_2/

When running tests in my_project_1, I am trying to call a method name
open_browser in the Project1 module, however the test is trying to use
the open_browser in the Project2 module

The question is a bit more complicated.  Basically, I am trying to run
tests suites that may need to run something on the other project, and
I have not found a good way of handling the custom libraries.

Anyone got any pointers?

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to