Andrew
Here's a couple of tips:
use something like:
db = Og.setup(
:destroy => true,
:store => 'sqlite',
:name => 'andrew'
)
This re-creates your database each time. Note that I use sqlite3 --
it's good for this sort of work.
What error message do you get when your test crashes? Maybe it is
related to the problem I reported?
John