views:

59

answers:

2

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

A: 

Maybe you can try specjour, a system to distribute your test on several server.

http://github.com/sandro/specjour

shingara
A: 

this spork might work with jruby http://github.com/rdp/spork

rogerdpack