Working domain renewal

This commit is contained in:
Martin Lensment 2014-08-07 10:34:42 +03:00
parent 218ecb3317
commit 684a4ab4f1
4 changed files with 14 additions and 6 deletions

View file

@ -1,5 +1,6 @@
Fabricator(:domain) do
name { "#{Faker::Internet.domain_word}.ee" }
valid_to Date.new(2014, 8, 7)
period 1
owner_contact(fabricator: :contact)
end