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

Version Path
logistics_core-21.11.2 spec/factories/customs_transport_tariffs.rb
logistics_core-21.11.1 spec/factories/customs_transport_tariffs.rb
logistics_core-21.08.1 spec/factories/customs_transport_tariffs.rb
logistics_core-21.03.1 spec/factories/customs_transport_tariffs.rb
logistics_core-20.10.3 spec/factories/customs_transport_tariffs.rb
logistics_core-20.10.2 spec/factories/customs_transport_tariffs.rb
logistics_core-20.10.1 spec/factories/customs_transport_tariffs.rb
logistics_core-20.9.1 spec/factories/customs_transport_tariffs.rb
logistics_core-20.8.1 spec/factories/customs_transport_tariffs.rb