On 7 Dec 2008, at 17:56, Tero Tilus wrote:

2008-12-05 08:32, Jeff Talbot:
I want to clear out the database after every run so my tests are
isolated.

Maybe a minor detail, but I'd suggest you clear out the db _before_
each run.

I respectfully disagree :)

If I need this done, I can run rake db:test:prepare

I think the tests should clean up after themselves.

As you can see from the thread Ben linked to, it's pretty easy to watch what ActiveRecord is doing, and truncate all the tables that have been touched during a scenario.


Matt Wynne
http://blog.mattwynne.net
http://www.songkick.com

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to