With rspec 1.0.8 I can run Test::Unit tests and rspec tests using:
rake default
and all tests and specs run.
With edge rspec the Test::Unit tests return with the message:
[list of tests]
Finished in 4.5e-05 seconds
0 examples, 0 failures
How can I get Test::Unit and rspec to happily co-exist again?
Thanks,
Alvin
On 10/12/07, Alvin S. [email protected] wrote:
Finished in 4.5e-05 seconds
0 examples, 0 failures
How can I get Test::Unit and rspec to happily co-exist again?
This is due to a refactoring that we’re doing. We thought it was
almost done so we moved it to trunk. We were wrong.
This issue is on the radar and will be addressed before the next
release.