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

@ -7,7 +7,7 @@ Fabricator(:domain) do
nameservers(count: 3)
admin_domain_contacts(count: 1) { Fabricate(:admin_domain_contact) }
tech_domain_contacts(count: 1) { Fabricate(:tech_domain_contact) }
registrar { Registrar.find_by_code('FIXED') }
registrar { Fabricate(:registrar) }
auth_info '98oiewslkfkd'
end