Running rspec alongside test::unit?

Earlier documentation indicated that it was possible to run RSpec
alongside existing test::unit tests. Is this still possible?


Jason P.

On Tue, Sep 20, 2011 at 00:50, Jason P. [email protected] wrote:

Earlier documentation indicated that it was possible to run RSpec alongside
existing test::unit tests. Is this still possible?

It’s possible, I’m involved in one project that has been using
test::unit in the past and has still not completely transitioned to
RSpec (but RSpec is the default for new code). Basically you just run
“rake test” then “rake spec”.