From 7a25513631e989d27f7c878ee8360df5d69a29a9 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 10 Dec 2014 15:51:07 +0200 Subject: [PATCH] Fix Settings 'true' bug --- config/environments/test.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/environments/test.rb b/config/environments/test.rb index dfc9384e2..9b23de20e 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -34,6 +34,9 @@ Rails.application.configure do # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr + # For rails-settings-cached conflict + config.cache_store = :file_store, 'tmp/cache_test' + # Raises error for missing translations # config.action_view.raise_on_missing_translations = true