Jruby rspec to be run parallely

Posted by Priyank on Stack Overflow See other posts from Stack Overflow or by Priyank
Published on 2010-04-26T11:11:10Z Indexed on 2010/04/26 11:13 UTC
Read the original article Hit count: 288

Hi.

Is there something like Spork for Jruby too? We want to parallelize our specs to run faster and pre-load the classes while running the rake task; however we have not been able to do so.

Since our project is considerable in size, specs take about 15 minutes to complete and this poses a serious challenge to quick turnaround.

Any ideas are more than welcome.

Cheers

© Stack Overflow or respective owner

Related posts about jruby

Related posts about rspec