mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Domain renew refactor, extract XSD, new API for request validation
This commit is contained in:
parent
01cfddee95
commit
8baa2e12c9
7 changed files with 70 additions and 33 deletions
|
@ -2,5 +2,6 @@ Fabricator(:domain) do
|
|||
name { "#{Faker::Internet.domain_word}.ee" }
|
||||
valid_to Date.new(2014, 8, 7)
|
||||
period 1
|
||||
period_unit 'y'
|
||||
owner_contact(fabricator: :contact)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue