Breaking tests after renaming tables

2010-06-09

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.