[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

RAILS: problems loading fixtures

Mark

6/14/2007 11:29:00 AM

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