adds spacing to factories

This commit is contained in:
rgarcia
2016-09-19 18:56:10 +02:00
parent 55f4a6bbae
commit e0951a2f2d

View File

@@ -270,6 +270,7 @@ FactoryGirl.define do
factory :poll_voter, class: 'Poll::Voter' do factory :poll_voter, class: 'Poll::Voter' do
association :booth, factory: :budget_booth association :booth, factory: :budget_booth
trait :valid_document do trait :valid_document do
document_type "1" document_type "1"
document_number "12345678Z" document_number "12345678Z"