Why are my rails tests so slow?
- by ryeguy
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.