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
I had the same problem. Or rather, the problem was that my fixtures were not current with the database schema. Instead of throwing an exception, rails just used the test database as a fallback solution. Most iffy.