Sha256: bd1bc34639190b7532796071e7d090337b76f0b94f5deba215d3ed1d227b24bd
Contents?: true
Size: 380 Bytes
Versions: 9
Compression:
Stored size: 380 Bytes
Contents
FactoryGirl.define do factory :self_driving_rate, class: 'Logistics::Core::SelfDrivingRate' do association :break_bulk_unit margin 1.5 rate 9.99 association :rate_period, factory: :transport_rate_period rate_type { FFaker::Name.name } association :route association :selected_transporter, factory: :transporter association :transporter end end
Version data entries
9 entries across 9 versions & 1 rubygems