I\'m following along with the rails tutorial. I\'m on ch. 6 and I\'m getting a strange error with SQLite3 (for the record, I\'m using sqlite version 1.3.10 and the tutorial uses
Just use rake db:test:prepare and it will copy the dev database to test so you don't need to run the migrations.
rake db:test:prepare