I'm attempting to use the new standard way of loading seed data in Rails 2.3.4+, the db:seed
rake task.
I'm loading constant data, which is required for my application to really function correctly.
What's the best way to get the db:seed
task to run before the tests, so the data is pre-populated?