From 73a96141b6b31c593fa4be60cf2736639141145c Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 6 Jun 2018 05:38:17 +0300 Subject: [PATCH] Update registrar factory --- spec/factories/registrar.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/factories/registrar.rb b/spec/factories/registrar.rb index 3b2a3e730..c77e8dc66 100644 --- a/spec/factories/registrar.rb +++ b/spec/factories/registrar.rb @@ -10,6 +10,7 @@ FactoryBot.define do email 'test@test.com' country_code 'US' accounting_customer_code 'test' + language 'en' factory :registrar_with_unlimited_balance do after :create do |registrar|