On Jun 28, 6:44 pm, Yennie <[email protected]> wrote:
> 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
> thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to