internetee-registry/spec/fabricators/tech_domain_contact_fabricator.rb

6 lines
143 B
Ruby

Fabricator(:tech_domain_contact) do
contact { Fabricate(:contact) }
after_build do |x|
x.contact_code_cache = x.contact.code
end
end