On Tue, Sep 20, 2011 at 00:50, Jason Perkins <jperk...@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".
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to