[rspec-users] How to test an app with multiple databases?

2010-03-07 Thread Russell Fine
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/. _

Re: [rspec-users] How to test an app with multiple databases?

2010-03-07 Thread Russell Fine
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