Earlier documentation indicated that it was possible to run RSpec
alongside existing test::unit tests. Is this still possible?
–
Jason P.
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”.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs