Is there some way to remove the database hit when running rake rspec:models ? I'd like to mock all of my objects (or at least remove all reliance on fixtures and the database itself) - both for speed and because static fixtures are brittle. Best Regards, Scott Taylor