Sha256: b36ef15ae5100f878ac8661c9b98b165ed1148e4f35dc40d4978ea2b0e9714f1
Contents?: true
Size: 387 Bytes
Versions: 35
Compression:
Stored size: 387 Bytes
Contents
FactoryBot.define do factory :billing_machine_quotation, class: ::Dorsale::BillingMachine::Quotation do customer { create(:customer_vault_corporation) } payment_term { create(:billing_machine_payment_term) } date { "2014-02-19" } label { "Software service" } comments { "This is the quotation for the software your companie want" } end end
Version data entries
35 entries across 35 versions & 1 rubygems