mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
parent
d27594603b
commit
aaf6eb3a71
5 changed files with 5 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
Fabricator(:contact) do
|
||||
registrar { Registrar.find_by_code('FIXED') }
|
||||
registrar { Fabricate(:registrar) }
|
||||
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