Sha256: 0a3f35aa678728d331d72483976f69f10654eb2a5230a766d450c8f56b1256a8
Contents?: true
Size: 766 Bytes
Versions: 17
Compression:
Stored size: 766 Bytes
Contents
FactoryBot.define do factory :customer_vault_corporation, class: ::Dorsale::CustomerVault::Corporation do activity_type { create(:customer_vault_activity_type) } origin { create(:customer_vault_origin) } name { "#{Faker::Company.name} #{Faker::Company.suffix}" } short_name { "SN" } email { Faker::Internet.email } phone { "06 xx xx xx xx" } fax { "09 xx xx xx xx" } www { Faker::Internet.url } address { build(:dorsale_address) } end end
Version data entries
17 entries across 17 versions & 1 rubygems