Sha256: f1cad604b7c979b04bf406840c3c559e83dccbc957cd796accea91092b70f095

Contents?: true

Size: 475 Bytes

Versions: 20

Compression:

Stored size: 475 Bytes

Contents

FactoryBot.define do
  factory :shipment_instruction_item, class: "Comee::Core::ShipmentInstructionItem" do
    shipment_instruction
    shipment_item
    pod { 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

20 entries across 20 versions & 1 rubygems

Version Path
comee_core-0.2.6 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.2.5 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.2.4 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.2.3 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.2.2 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.2.1 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.2.0 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.99 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.98 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.97 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.96 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.95 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.94 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.93 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.92 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.91 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.90 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.89 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.88 spec/factories/comee/core/shipment_instruction_items.rb
comee_core-0.1.87 spec/factories/comee/core/shipment_instruction_items.rb