mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +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'
|
||||
country_code 'EE'
|
||||
accounting_customer_code 'test'
|
||||
vat_rate 5
|
||||
|
||||
factory :registrar_with_unlimited_balance do
|
||||
after :create do |registrar|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue