From: kevin cline Date: 2007-09-14T05:15:05+09:00 Subject: Slow RAILS testing My RAILS unit tests take approximately one minute to run. This may not sound like much, but it's a real drag on incremental development. I imagine most of the slowness in spent in applying the database schema to the test database. Is there a memory-resident database that would speed up my tests?