I often run the whole test suite in one directory, while actively develop and run tests in another directory. So sometimes two tests run on the same Mongoid DB and "clear each other out" (Mongoid doesn't have transactions or something like that).
So: is it possible to tell spork to connect to a DB other than the normal test DB?
Thanks anyway for this great tool.
I often run the whole test suite in one directory, while actively develop and run tests in another directory. So sometimes two tests run on the same Mongoid DB and "clear each other out" (Mongoid doesn't have transactions or something like that).
So: is it possible to tell spork to connect to a DB other than the normal test DB?
Thanks anyway for this great tool.