I have my project setup so that when I run my test...
# orm-help
o
I have my project setup so that when I run my tests I start a new connection to a test instance, but I need to have a step that will reset the database after each test, but I can't see a way to do that.