mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +02:00
Add vat_rate to registrar factory
This commit is contained in:
parent
9ea5b54f5c
commit
a25594a8b5
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ FactoryBot.define do
|
||||||
email 'test@test.com'
|
email 'test@test.com'
|
||||||
country_code 'EE'
|
country_code 'EE'
|
||||||
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|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue