Breaking tests after renaming tables

Tip: When renaming your tables via rake migration, you might notice that your tests break thereafter with errors referencing your previous tables.

To fix that, in your test/fixtures, remember to rename the fixtures from the old table name to the new.