Thanks for the tip & sympathy. I reinstalled rspec from scratch with a fresh project to investigate the error.
Turns out that the `rake spec:models` clones the test db from the dev environment! I incorrectly assumed that the test db was migrated up & down independently. I mailed a work around here: http://rubyforge.org/pipermail/rspec-users/2007-October/003904.html Keith _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
