diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 0c042f534b..b69d81ab6d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -91,3 +91,5 @@ class Application < Rails::Application ActiveSupport::Inflector.inflections do |inflect| inflect.singular("address_components", "address_component") end + +I18n.enforce_available_locales = false