Owner contact validation

This commit is contained in:
Martin Lensment 2014-07-31 11:44:52 +03:00
parent 4396ec665c
commit 62b3ff6fc7
5 changed files with 45 additions and 34 deletions

View file

@ -1,4 +1,5 @@
Fabricator(:domain) do
name { "#{Faker::Internet.domain_word}.ee" }
period 1
owner_contact(fabricator: :contact)
end