FactoryGirl.define do factory :air_cargo_limit, class: 'Logistics::Core::AirCargoLimit' do association :chargeable_service_unit_of_charge association :transaction_type lower_limit 1.5 upper_limit 1.5 over_charge_rate 1.5 effective_date Date.new end end