Faster RSpec with JRuby
Posted
by jpoz
on Stack Overflow
See other posts from Stack Overflow
or by jpoz
Published on 2010-05-07T17:35:12Z
Indexed on
2010/05/07
17:38 UTC
Read the original article
Hit count: 169
Hello,
I'm pretty new to the whole JRuby world. I'm using RSpec on a pretty big test suite. I'd like to be able to run the specs frequently but the JVM takes so long to startup it's becoming a real time drain.
Is there a way to keep the JVM running? or a way to get specs to run faster with JRuby?
Thanks in advance for the help,
JPoz
© Stack Overflow or respective owner