rake test:units fails in my current application, because the needed data of the fixtures is missing.
rake test:units
If I\'m loading the fixtures manually via rak
rak
Not sure if you already did this, but export the test data from the database to the yml files in test/fixtures using a plugin like ar_fixtures