mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
6 lines
155 B
Ruby
6 lines
155 B
Ruby
Fabricator(:domain) do
|
|
name { "#{Faker::Internet.domain_word}.ee" }
|
|
valid_to Date.new(2014, 8, 7)
|
|
period 1
|
|
owner_contact(fabricator: :contact)
|
|
end
|