Merge branch 'master' into registry-790

This commit is contained in:
Artur Beljajev 2018-06-06 21:53:08 +03:00
commit c37f162529
82 changed files with 1674 additions and 2976 deletions

View file

@ -8,7 +8,7 @@ FactoryBot.define do
state 'test'
zip 'test'
email 'test@test.com'
country_code 'EE'
country_code 'US'
accounting_customer_code 'test'
factory :registrar_with_unlimited_balance do

View file

@ -20,6 +20,7 @@ require 'support/paper_trail'
require 'support/settings'
ActiveRecord::Migration.maintain_test_schema!
Setting.registry_country_code = 'US'
RSpec.configure do |config|
config.include ActionView::TestCase::Behavior, type: :presenter