FactoryGirl.define do factory :broad_gauge_cnt, class: 'Logistics::Core::BroadGaugeCnt' do association :container_size association :container_type length 1.5 width 1.5 height 1.5 actual_weight 1.5 end end