Add vat_rate to registrar factory

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

View file

@ -10,6 +10,7 @@ FactoryBot.define do
email 'test@test.com'
country_code 'EE'
accounting_customer_code 'test'
vat_rate 5
factory :registrar_with_unlimited_balance do
after :create do |registrar|