Using fixtures for testing in rails is an awesome idea, but
unfortunately i don’t have an extra instance of oracle running just so
my rails tests can hammer it (i have to share a testing database).
Is there a way of using transactional fixtures without having them blow
away the entire table when they load?
Thanks,
-Brian