I am doing the draft version of the railstutorial, when I try to run bundle exec rake test:models I get this error message:
bundle exec rake test:models
rake aborted! Errno:
I deleted the old test.sqlite3 and replaced it with a copy of development.sqlite3 and renamed it test.sqlite3, this seems to have solved the problem.