FactoryGirl.define do factory :break_bulk_cargo_detail, class: 'Logistics::Core::BreakBulkCargoDetail' do actual_weight 1.5 volume 1.5 quantity 2.0 association :content_type association :offer_request length 2.5 width 2.5 height 2.5 association :cargo_type description { FFaker::Lorem.paragraph } association :break_bulk_unit status { FFaker::Name.name } association :service_delivery_unit end end