mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Domain creating refactor
This commit is contained in:
parent
a01f03a6d5
commit
b26345dde4
8 changed files with 103 additions and 86 deletions
|
@ -2,8 +2,8 @@ Fabricator(:contact) do
|
|||
name Faker::Name.name
|
||||
phone '+372.12345678'
|
||||
email Faker::Internet.email
|
||||
ident '37605030299'
|
||||
code "sh#{Faker::Number.number(4)}"
|
||||
ident '37605030299'
|
||||
code { "sh#{Faker::Number.number(4)}" }
|
||||
ident_type 'op'
|
||||
address
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue