Update registrar factory

This commit is contained in:
Artur Beljajev 2018-06-06 05:38:17 +03:00
parent aa90270b60
commit 73a96141b6

View file

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