From 9dca942b789027bd64df78b625f4ccf28e53980e Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 28 Oct 2016 15:00:21 +0300 Subject: [PATCH] Do not redefine time zone in test env #186 --- config/environments/test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 4e0b47bcb..9f6a888d1 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -36,8 +36,6 @@ Rails.application.configure do # For rails-settings-cached conflict config.cache_store = :file_store, 'tmp/cache_test' - config.time_zone = 'UTC' - config.action_view.raise_on_missing_translations = true # The available log levels are: :debug, :info, :warn, :error, :fatal, and :unknown,