FactoryGirl.define do factory :break_bulk_demurrage_rate, parent: :lookups, class: 'Logistics::Core::BreakBulkDemurrageRate' do association :break_bulk_unit association :transaction_type association :demurrage_rate_period rate 1.5 effective_date Date.new end end