mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Contact fabricator code made dynamic
This commit is contained in:
parent
2f0b0c35d4
commit
a01f03a6d5
5 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@ Fabricator(:contact) do
|
|||
phone '+372.12345678'
|
||||
email Faker::Internet.email
|
||||
ident '37605030299'
|
||||
code 'sh8913'
|
||||
code "sh#{Faker::Number.number(4)}"
|
||||
ident_type 'op'
|
||||
address
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue