mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Replaced address with local and international addr
This commit is contained in:
parent
fe54f327d9
commit
2655da4555
16 changed files with 208 additions and 57 deletions
|
@ -1,10 +1,9 @@
|
|||
Fabricator(:contact) do
|
||||
name Faker::Name.name
|
||||
phone '+372.12345678'
|
||||
email Faker::Internet.email
|
||||
ident '37605030299'
|
||||
code { "sh#{Faker::Number.number(4)}" }
|
||||
ident_type 'op'
|
||||
auth_info 'ccds4324pok'
|
||||
address
|
||||
international_address
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue