Sha256: 527a409188ff1c0965f7682c5bd0773ac844142621d7702c626bf4f08056da06
Contents?: true
Size: 399 Bytes
Versions: 9
Compression:
Stored size: 399 Bytes
Contents
FactoryGirl.define do factory :out_of_gauge_cnt_rate, class: 'Logistics::Core::OutOfGaugeCntRate' do association :container_size 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