Sha256: 011b65a8ff3a6a078937794fd0862bea33de762079afd40211cdc4f91d085958
Contents?: true
Size: 398 Bytes
Versions: 9
Compression:
Stored size: 398 Bytes
Contents
FactoryGirl.define do factory :out_of_gauge_bb_rate, class: 'Logistics::Core::OutOfGaugeBbRate' do association :break_bulk_unit effective_date Date.new height_from 1.5 height_to 1.5 length_from 1.5 length_to 1.5 margin 1.5 rate 1.5 association :route valid_until Date.new weight_from 1.5 weight_to 1.5 width_from 1.5 width_to 1.5 end end
Version data entries
9 entries across 9 versions & 1 rubygems