Sha256: d9f5e0ea1c0efc6779e2217dcd03a39d349d30974e2a5bc797d3a759745bfcf6
Contents?: true
Size: 469 Bytes
Versions: 17
Compression:
Stored size: 469 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" } vat_rate { 20.0 } comments { "This is the quotation for the software your companie want" } end end
Version data entries
17 entries across 17 versions & 1 rubygems