includes the document type when creating a level 2 and level 3 user via a factory

This commit is contained in:
kikito
2015-10-05 19:39:20 +02:00
parent 93f4bfcc4b
commit 8d950a5862

View File

@@ -18,11 +18,13 @@ FactoryGirl.define do
unconfirmed_phone "611111111"
confirmed_phone "611111111"
sms_confirmation_code "1234"
document_type "1"
document_number "12345678Z"
end
trait :level_three do
verified_at Time.now
document_type "1"
document_number "12345678Z"
end