Our app connects to two databases. The main database (through
ActiveRecord::Base) is automatically cleared before each test. How do I
force the clear of the secondary database as well ?
Thanks in advance...
Russell
--
Posted via http://www.ruby-forum.com/.
_
David Chelimsky wrote:
> On Sun, Mar 7, 2010 at 9:45 AM, Russell Fine
> wrote:
>> Our app connects to two databases. �The main database (through
>> ActiveRecord::Base) is automatically cleared before each test. �How do I
>> force the clear of the secondary database a