Skip to content

Commit

Permalink
More config compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
williamatodd committed Dec 10, 2020
1 parent 8a6e8b5 commit d187794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
config.eager_load = true

# Configure public file server for tests with Cache-Control for performance
config.public_file_server.enabled = true
config.public_file_server.headers = {
'Cache-Control' => "public, max-age=#{1.hour.to_i}"
}
# config.public_file_server.enabled = true
# config.public_file_server.headers = {
# 'Cache-Control' => "public, max-age=#{1.hour.to_i}"
# }

# Show full error reports and disable caching
config.consider_all_requests_local = true
Expand Down

0 comments on commit d187794

Please sign in to comment.