Sha256: b64a454a6e695baff40746c1564d94311471b463e8581689a1b1270fd62200b6
Contents?: true
Size: 380 Bytes
Versions: 70
Compression:
Stored size: 380 Bytes
Contents
FactoryGirl.define do factory :billing_machine_invoice, class: ::Dorsale::BillingMachine::Invoice do customer { create(:customer_vault_corporation) } payment_term { create(:billing_machine_payment_term) } id_card { create(:billing_machine_id_card) } date { "2014-02-19" } label { "Software service" } advance { 0 } end end
Version data entries
70 entries across 70 versions & 1 rubygems