We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaba64d commit 6245157Copy full SHA for 6245157
test/test_quiet_assets.rb
@@ -21,6 +21,7 @@ def setup
21
@app = Class.new(Rails::Application)
22
@app.config.eager_load = false
23
@app.config.logger = ActiveSupport::Logger.new("/dev/null")
24
+ @app.config.active_support.to_time_preserves_timezone = :zone
25
26
FileUtils.mkdir_p(ASSET_PATH)
27
File.open(ASSET_PATH.join("manifest.js"), "w") { |f| f << "" }
0 commit comments