mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
new contact honors new format
This commit is contained in:
parent
ede71f8e61
commit
3fb9664e5b
9 changed files with 133 additions and 113 deletions
|
@ -1,5 +1,5 @@
|
|||
Fabricator(:contact) do
|
||||
registrar { Fabricate(:registrar) }
|
||||
registrar { Registrar.find_by_code('FIXED') }
|
||||
code { sequence(:code) { |i| "SH#{Faker::Number.number(8)}#{i}" } }
|
||||
auth_info 'password'
|
||||
name { sequence(:name) { |i| "#{Faker::Name.name}#{i}" } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue