Perhaps only on my env, but I have a strange rake spec error. It try to drop my dev db during db:test:purge...
➜ propile git:(master) ✗ rake spec
rake aborted!
PG::ObjectInUse: ERROR: database "propile_dev" is being accessed by other users
DETAIL: There are 2 other sessions using the database.
: DROP DATABASE IF EXISTS "propile_dev"
Tasks: TOP => db:test:load => db:test:purge
(See full trace by running task with --trace)
➜ propile git:(master) ✗
rspec spec work, I can run tests, but it's strange.
Perhaps only on my env, but I have a strange rake spec error. It try to drop my dev db during db:test:purge...
➜ propile git:(master) ✗ rake spec rake aborted! PG::ObjectInUse: ERROR: database "propile_dev" is being accessed by other users DETAIL: There are 2 other sessions using the database. : DROP DATABASE IF EXISTS "propile_dev"
Tasks: TOP => db:test:load => db:test:purge (See full trace by running task with --trace) ➜ propile git:(master) ✗
rspec spec work, I can run tests, but it's strange.