9d5c5447c2
we had a dependent option on both sides of a relationship which created race conditions
5 lines
98 B
Ruby
5 lines
98 B
Ruby
FactoryBot.define do
|
|
factory :dossier_transfer do
|
|
email { generate(:user_email) }
|
|
end
|
|
end
|