JRuby-friendly method for parallel-testing Ruby on Rails app
- by Toby Hede
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.