Basic info_contact command

This commit is contained in:
Andres Keskküla 2014-07-31 12:45:38 +03:00
parent 3c3a8bfb47
commit 8a1a634f37
8 changed files with 75 additions and 10 deletions

View file

@ -0,0 +1,5 @@
Fabricator(:address) do
city Faker::Address.city
street Faker::Address.street_name
zip Faker::Address.zip
end

View file

@ -5,4 +5,5 @@ Fabricator(:contact) do
ident '37605030299'
code 'sh8913'
ident_type 'op'
addresses(count: 2)
end