RAILS: problems loading fixtures

Hi,

I’m having a bizarre problem getting my fixtures to load when running my
tests using
rake test, I get errors along the lines of

‘Error: Table ‘test.products’ doesn’t exist:…’

this , despite the fact that the fixtures products.yml exists in my
fixtures
directory.

Originally my tests were running clean, with no errors, then I dropped
and
repopulated
my development database. Then I started to get the above error.

Has anyone else had this experience?

Mark