Factory already registered: user (FactoryGirl::DuplicateDefinitionError)

后端 未结 27 2314
我在风中等你
我在风中等你 2021-02-06 21:18

Description of problem: - I\'ve setup factory_girl_rails however whenever I try and load a factory it\'s trying to load it multiple times.

Envir         


        
27条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-06 21:46

    I had exactly the same problem. It occurs when you use the scaffold generator. It automatically creates a factory in test/factories/ So generally just deleting this file solve your issue

提交回复
热议问题