From 25d6d5f4e91412b416b4c9d9571fe6cb4b7dce22 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 5 Jun 2018 09:38:25 +0300 Subject: [PATCH] Change registrar country code in factories --- spec/factories/registrar.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/factories/registrar.rb b/spec/factories/registrar.rb index 4e02317af..3b2a3e730 100644 --- a/spec/factories/registrar.rb +++ b/spec/factories/registrar.rb @@ -8,9 +8,8 @@ FactoryBot.define do state 'test' zip 'test' email 'test@test.com' - country_code 'EE' + country_code 'US' accounting_customer_code 'test' - vat_rate 5 factory :registrar_with_unlimited_balance do after :create do |registrar|