Thanks Everybody for your help. So I did get it to work by removing the
initialize method with the classes in one source file. When I seperated
them into their own files, I got this message:
C:/automation/src/thdf/projects/core/testharness/fixtures/admin_administration/test.rb:11:in
`test_myMethod'
1 tests, 1 assertions, 0 failures, 1 errors
I know some of you are wondering why I want to do this?
I'm writing automated scripts using Watir to drive a web app. The app
I'm testing has many repeatable steps. My goal is to break out the
repeatable patterns into it's own classes and call them as needed. I
need to be able to make assertions in the those classes. So when I
started to think about how I can do this, I came up with the program
above to see if this was possible. So far it's been touch and go.
--
Posted via http://www.ruby-forum.com/.