lib/iqvoc/environments/test.rb in iqvoc-4.6.1 vs lib/iqvoc/environments/test.rb in iqvoc-4.7.0
- old
+ new
@@ -36,7 +36,9 @@
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
config.i18n.enforce_available_locales = true
+
+ config.action_view.raise_on_missing_translations = true
end
end