Remove fixed registrar

#206
This commit is contained in:
Artur Beljajev 2016-10-24 16:04:51 +03:00
parent d27594603b
commit aaf6eb3a71
5 changed files with 5 additions and 9 deletions

View file

@ -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}" } }