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

Version Path
dorsale-4.0.0 spec/factories/billing_machine_quotations.rb
dorsale-3.20.0 spec/factories/billing_machine_quotations.rb
dorsale-3.19.1 spec/factories/billing_machine_quotations.rb
dorsale-3.19.0 spec/factories/billing_machine_quotations.rb
dorsale-3.18.0 spec/factories/billing_machine_quotations.rb
dorsale-3.17.0 spec/factories/billing_machine_quotations.rb
dorsale-3.16.0 spec/factories/billing_machine_quotations.rb
dorsale-3.15.0 spec/factories/billing_machine_quotations.rb
dorsale-3.14.11 spec/factories/billing_machine_quotations.rb
dorsale-3.14.10 spec/factories/billing_machine_quotations.rb
dorsale-3.14.9 spec/factories/billing_machine_quotations.rb
dorsale-3.14.8 spec/factories/billing_machine_quotations.rb
dorsale-3.14.7 spec/factories/billing_machine_quotations.rb
dorsale-3.14.6 spec/factories/billing_machine_quotations.rb
dorsale-3.14.5 spec/factories/billing_machine_quotations.rb
dorsale-3.14.3 spec/factories/billing_machine_quotations.rb
dorsale-3.14.2 spec/factories/billing_machine_quotations.rb
dorsale-3.14.1 spec/factories/billing_machine_quotations.rb
dorsale-3.14.0 spec/factories/billing_machine_quotations.rb
dorsale-3.13.0 spec/factories/billing_machine_quotations.rb