Earlier documentation indicated that it was possible to run RSpec alongside existing test::unit tests. Is this still possible? -- Jason Perkins
On Tue, Sep 20, 2011 at 00:50, Jason Perkins <jperkins at me.com> 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".