I have some fake data in the test database, but when I run rake spec the script drops and creates the whole database. How could I avoid that? or is it something I'm doing wrong?
EDIT: I just don't want to generate 1.000.000 records from the database every time. It took so long.