Factory already registered: user (FactoryGirl::DuplicateDefinitionError)

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

    I renamed spec/factories as spec/setup_data and the problem gone. Try renaming the spec/factories to anything that suites you, should work.

提交回复
热议问题