I\'m playing with rails 4. I just created very simple test for my model but when I try to execute \"rake test:models\" I get following error:
C:\\rails\\proj
I had the same problem with my test.sqlite3 table and what worked for me was making a copy of my development.sqlite3 table and renaming it test.sqlite3. I hope this works for you.
test.sqlite3
development.sqlite3