Sha256: 67c99b4a6884155dd31fe48d46bcbff14afe1adbac7c40c73639e857680e3873

Contents?: true

Size: 501 Bytes

Versions: 150

Compression:

Stored size: 501 Bytes

Contents

FactoryBot.define do
  factory :shipment_instruction_item, class: "Comee::Core::ShipmentInstructionItem" do
    shipment_instruction
    shipment_item
    pod { nil }
    delivery_note { nil }
    delivery_note_no { Faker::Alphanumeric.alpha(number: 10) }
    pallet_no { Faker::Alphanumeric.alpha(number: 10) }
    goods_issue_date { Date.current.advance(days: 3) }
    length { 5.0 }
    width { 3.0 }
    height { 1.5 }
    weight { 10.0 }
    quantity { 5.0 }
    unit
    price { 100 }
  end
end

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
comee_core-0.3.62 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.61 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.60 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.59 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.58 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.57 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.56 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.55 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.54 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.53 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.51 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.50 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.49 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.48 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.47 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.46 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.45 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.44 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.43 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.3.42 spec/factories/comee/core/shipment_instruction_items.rb