Closed sarahmei closed 11 years ago
Fixes this issue in sporkrb (which should have been filed here :): https://github.com/sporkrb/spork/issues/188
In rspec, rake runs rake db:test:prepare, which drops the test database, and if you don't close the connection spork prevents the database from being dropped.
+1
Would love to get this merged, I run into this issue constantly...
+1 - this would change my life.
:+1: @timcharper let's get this in please!
Fixes this issue in sporkrb (which should have been filed here :): https://github.com/sporkrb/spork/issues/188
In rspec, rake runs rake db:test:prepare, which drops the test database, and if you don't close the connection spork prevents the database from being dropped.