Merge pull request #858 from internetee/vat-rate-missing-ci-test

Fix rspec misconfiguration causing test failures
This commit is contained in:
Timo Võhmar 2018-06-06 13:40:20 +03:00 committed by GitHub
commit 3f07013dfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 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