On Rails 4.0.0.rc1, Ruby 2.0.0, after I run a migration, I see the following error when I try to run a test through rspec:
rspec
/Users/peeja/.
You can also try
rake db:migrate RAILS_ENV=test
which works as
db:test:prepare
does:)