I got some error when i run the command line rake test:units
14) 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
I got some error when i run the command line rake test:units
14) 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.
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