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 noticed this happens if I have one terminal open running the rails server and another terminal to work on. My work Terminal is what gives me the issue when I try to drop or reset a database. I close the server ans try again and it works fine.