Strange ActiveRecord::AssociationTypeMismatch

后端 未结 5 473
Happy的楠姐
Happy的楠姐 2021-02-01 16:10

I am getting a very strange error when running a spec:

Failure/Error: entity = Factory.create(:entity, :name => \"Test Entity\", :creator => user)
 ActiveR         


        
5条回答
  •  伪装坚强ぢ
    2021-02-01 16:30

    For the combination of Rails + Spring + factory_girl this is fixed since version v4.4.1 of factory_girl_rails (Feb 2014) see https://github.com/thoughtbot/factory_girl_rails/pull/121

提交回复
热议问题