Hi,
I installed testunit-0.1.4 and aspectr-0-3-5, and did
ruby tests/runtests.rb
I got:
./tests/atest_aspectr.rb:72: Test is not a class (TypeError)
from tests/runtests.rb:16:in `require'
from tests/runtests.rb:16
from tests/runtests.rb:16:in `each'
from tests/runtests.rb:16
It took me a while to realize that this strange-looking error message
is the consequence of Ruby's open classes, and sure enough, when I
replaced all occurences of Test with Test1 the tests completed succesfully.
Question remains: what is Test, and how do I know what names to avoid ?
I assume this was introduced _after_ the construction of
atest_aspectr.rb (29 Jan).
Cheers,
Han Holl