Hard-code the country_code, as we do in test_helper

This commit is contained in:
Maciej Szlosarczyk 2018-06-05 09:51:28 +03:00
parent 25d6d5f4e9
commit 99375354d0
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

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