Error from command rake test:units

I got some error when i run the command line rake test:units

  1. Error:
    test_the_truth(UserTest):
    ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table:
    cultures: DELETE FROM “cultures” WHERE 1=1

I did delete the model culture from my project… and i change it it as
other name.
could anyone help to to solve this problem.

thanks

On Jun 28, 6:44pm, Yennie [email protected] wrote:

Do you still have a cultures.yml fixture file? If so rails will assume
that its contents should be loaded into the cultures table

Fred