tests and database_cleaner for multiple databases

We have a Mailbox model which uses a secondary DB to which another mail app also connects. This is called using establish_connection :mail_database Now, I suppose I could attempt to wrap that in...