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,