X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e2e61692ea04fc156221082aeddc21ea18facdec..d52c7943f24aae4ede55f1ef055af415dcf3da59:/config/environments/test.rb diff --git a/config/environments/test.rb b/config/environments/test.rb index 7ac52c5e4..300af0abd 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -59,9 +59,6 @@ Rails.application.configure do # Tell Active Support which deprecation messages to disallow. config.active_support.disallowed_deprecation_warnings = [] - # Export translations automatically. - config.middleware.use I18n::JS::Middleware - # Raises error for missing translations. config.i18n.raise_on_missing_translations = true