Change registrar country code in factories

This commit is contained in:
Maciej Szlosarczyk 2018-06-05 09:38:25 +03:00
parent a25594a8b5
commit 25d6d5f4e9
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -8,9 +8,8 @@ FactoryBot.define do
state 'test' state 'test'
zip 'test' zip 'test'
email 'test@test.com' email 'test@test.com'
country_code 'EE' country_code 'US'
accounting_customer_code 'test' accounting_customer_code 'test'
vat_rate 5
factory :registrar_with_unlimited_balance do factory :registrar_with_unlimited_balance do
after :create do |registrar| after :create do |registrar|