From 8dc65a370f59d2e6f41e55fd842fe9c141168d40 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 7 Nov 2016 01:56:39 +0200 Subject: [PATCH] Do not redefine time zone in test env #235 --- config/environments/test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 46ec2c467..53bed3bc7 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,