We all have multi-core machine these days, but most rspec suites still run in one sequential stream. Let's parallelize it!
via pivotallabs.com
Cool idea using in-memory databases for parallelized test suites. SQLite lacks too many methods, though. Might work better with more mongo / redis driven sites.