FactoryGirl.define do factory :agency_permit_document, class: 'Logistics::Core::AgencyPermitDocument' do association :agency association :document_type original_docs 1 copy_docs 1 certified_copy_docs 1 is_endorsed true is_mandatory true end end