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