JRuby-friendly method for parallel-testing Ruby on Rails app
Posted
by Toby Hede
on Stack Overflow
See other posts from Stack Overflow
or by Toby Hede
Published on 2010-05-20T05:16:20Z
Indexed on
2010/05/20
5:20 UTC
Read the original article
Hit count: 203
I am looking for a system to parallelise my tests in a Ruby on Rails app (using rspec, cucumber) that works using JRuby.
The systems I can find (hydra, parallel-test) look like they use forking, which is problematic in a JRuby environment.
© Stack Overflow or respective owner