Hi

I have 2 classes...

BaseTestCase < Test::Unit::TestCase
   couple of test cases to do some stuff that i want all test cases to
do
end

SpecificTestCase < BaseTestCase
   test cases to do some more specific stuff stuff
end

When I'm running SpecificTestCase, it's actually executing the
BaseTestCase's testcases twice.  Why is that?  Am I extending the
classes or using Test::Unit::TestCase incorrectly?  New to Ruby and
Watir...

Thanks!

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