Skip to content

Commit

Permalink
Remove deprecations in Rails applications
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jul 31, 2024
1 parent eaba64d commit 6245157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_quiet_assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def setup
@app = Class.new(Rails::Application)
@app.config.eager_load = false
@app.config.logger = ActiveSupport::Logger.new("/dev/null")
@app.config.active_support.to_time_preserves_timezone = :zone

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

0 comments on commit 6245157

Please sign in to comment.