Set default value for
authorWard Vandewege <ward@curoverse.com>
Tue, 22 Apr 2014 19:16:01 +0000 (15:16 -0400)
committerWard Vandewege <ward@curoverse.com>
Tue, 22 Apr 2014 19:16:01 +0000 (15:16 -0400)
  I18n.enforce_available_locales

in config/environments/test.rb.example

services/api/config/environments/test.rb.example

index ae6234e38a2484d5987136c3b07bc1430ff399eb..5baf09d207a5636ea521470977d555e528357c33 100644 (file)
@@ -43,4 +43,7 @@ Server::Application.configure do
   # No need for SSL while testing
   config.force_ssl = false
 
+  # I18n likes to warn when this variable is not set
+  I18n.enforce_available_locales = true
+
 end