FactoryGirl.define do factory :common_document, class: 'Logistics::Core::CommonDocument' do association :document_type original 1 copy 1 certified 1 is_endorsed true is_mandatory true end end