jeudi 17 décembre 2015

Load rails fixtures before classes are loaded

I have classes in my Rails project that are 'registered' with attributes read from the database. However, when I run 'rake test', the classes are loaded before the fixtures are created in SQLLite. As a result, the classes are 'registered' with null values, causing my tests to fail.

Manually testing by running my rails server works perfectly fine, so I don't think there is a problem with my code logic. Also, my fixtures are correct.

How can I change the order of loading the fixtures before the classes and models are instantiated.

Aucun commentaire:

Enregistrer un commentaire