mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Domain spec refactor
This commit is contained in:
parent
ea5c443ffb
commit
4c1736a1c7
2 changed files with 154 additions and 129 deletions
|
@ -1,9 +1,9 @@
|
|||
Fabricator(:contact) do
|
||||
name Faker::Name.name
|
||||
name { sequence(:hostname) { |i| "#{Faker::Name.name}#{i}" } }
|
||||
phone '+372.12345678'
|
||||
email Faker::Internet.email
|
||||
ident '37605030299'
|
||||
code { "sh#{Faker::Number.number(4)}" }
|
||||
code { "sh#{Faker::Number.number(8)}" }
|
||||
ident_type 'op'
|
||||
auth_info 'ccds4324pok'
|
||||
address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue