Sha256: b582661b2321597aca0d18498e0a1aa7c45f51b3b8732463a18268226e04668b
Contents?: true
Size: 442 Bytes
Versions: 70
Compression:
Stored size: 442 Bytes
Contents
FactoryGirl.define do factory :billing_machine_quotation, class: ::Dorsale::BillingMachine::Quotation 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" } comments { "This is the quotation for the software your companie want" } end end
Version data entries
70 entries across 70 versions & 1 rubygems