Factory already registered: user (FactoryGirl::DuplicateDefinitionError)

后端 未结 27 2200
我在风中等你
我在风中等你 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:52

    I defined the same name factory at factories.rb, and I just found that someone else define the same factory below the directory of factories. So actually I can just use it without define another one.

提交回复
热议问题