Someone asked this question here:
How to load db:seed data into test database automatically?
But their solution only works if you are going to run db:test:prepare which depends on a schema to load. Mongoid doesn't have a schema file, and db:test:prepare doesn't do anything and so this is not working. Is there another strategy that would work?