Skip to content

Commit 6245157

Browse files
committed
Remove deprecations in Rails applications
1 parent eaba64d commit 6245157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_quiet_assets.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def setup
2121
@app = Class.new(Rails::Application)
2222
@app.config.eager_load = false
2323
@app.config.logger = ActiveSupport::Logger.new("/dev/null")
24+
@app.config.active_support.to_time_preserves_timezone = :zone
2425

2526
FileUtils.mkdir_p(ASSET_PATH)
2627
File.open(ASSET_PATH.join("manifest.js"), "w") { |f| f << "" }

0 commit comments

Comments
 (0)