Factory already registered: user (FactoryGirl::DuplicateDefinitionError)

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

    The strangest thing, I got this error with the following syntax error in the code:

    before_validation :generate_reference, :on: :create
    

    :on: was causing this error. How or why will remain a mystery.

提交回复
热议问题