adds spacing to factories
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user