I have this testingdatabase which, by now, is stuffed with junk. Now I\'ve done a few Table.destroy_all commands in the rails console which deletes all records and dependencies
Simply rebuild the database on the next test run (this will happen automatically after dropping it).
rake db:drop RAILS_ENV=test