mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Merge branch 'vat-rate-missing-ci-test' into improve-test-env-config
This commit is contained in:
commit
aa90270b60
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue