Hi I have refactored my code to have

   navigation.rb     ==> Navigation module with common methods like login
   dev_suite.rb      ==> Suite of DEV environment test
   qa_suite.rb       ==> Suite of QA environment test
   /dev              ==> Folder with DEV tests
     test1.rb
     test2.rb
   /qa               ==> Folder with QA tests
     test1.rb
     test2.rb


in the file dev_suite.rb or qa_suite.rb

how should I put the require statements, I have set these ones for
dev_suite.rb but it blows:

require './dev/test1'
require './dev/test2'


If any one can tell me that would be great.

f(t)

-- 
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