mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
10 lines
262 B
Ruby
10 lines
262 B
Ruby
Fabricator(:contact) do
|
|
phone '+372.12345678'
|
|
email Faker::Internet.email
|
|
ident '37605030299'
|
|
code { "sh#{Faker::Number.number(4)}" }
|
|
ident_type 'op'
|
|
auth_info 'ccds4324pok'
|
|
international_address
|
|
disclosure { Fabricate(:contact_disclosure) }
|
|
end
|