Make registrar address zip and state optional

Closes #1206
This commit is contained in:
Artur Beljajev 2019-05-20 12:43:34 +03:00
parent 926080f126
commit 1c6c6cddcb
7 changed files with 27 additions and 24 deletions

View file

@ -5,9 +5,7 @@ FactoryBot.define do
sequence(:reg_no) { |n| "test#{n}" }
email 'test@test.com'
address_street 'test'
address_zip 'test'
address_city 'test'
address_state 'test'
address_country_code 'US'
accounting_customer_code 'test'
language 'en'