factory_girl
Articles on factory_girl
-
factory_girl Validation failed
Using factory_girl to create several instances of a class that belongs to another class causes a Validation failed error. This happens because each instance tries to automatically create the object to which it belongs. However since the first instance creates it, the following instances crash because the object already exists.