Sha256: 1dd0e53a9502089b8622dd6e8a03b0b5c53b0a2bf92e51d7fc3674290302b289
Contents?: true
Size: 240 Bytes
Versions: 9
Compression:
Stored size: 240 Bytes
Contents
FactoryGirl.define do factory :customs_transport_tariff, class: Logistics::Core::CustomsTransportTariff do association :route association :entry_point total_distance 4 distance_to_entry_point 2 proportion 50 end end
Version data entries
9 entries across 9 versions & 1 rubygems