Why are my rails tests so slow?
Posted
by ryeguy
on Stack Overflow
See other posts from Stack Overflow
or by ryeguy
Published on 2010-04-05T20:08:38Z
Indexed on
2010/04/05
20:13 UTC
Read the original article
Hit count: 289
ruby-on-rails
|unit-testing
Is it normal for my test suite to take 5 seconds just to launch? Even when running an empty suite it still takes this long. Is it because it's firing up a new instance of rails on each run? If so, is there anyway to keep it persistent?
I'm using Test::Unit with Shoulda.
© Stack Overflow or respective owner