diff --git a/config/environments/test.rb b/config/environments/test.rb index 5169dda..7972c41 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -43,6 +43,8 @@ # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr + config.force_ssl = true + # Raises error for missing translations # config.action_view.raise_on_missing_translations = true end