Skip to content

Commit

Permalink
chore(test): update test environments config
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysamurai committed Apr 5, 2024
1 parent 6c7df71 commit 1a26748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/support/dummy_rails_app/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
config.eager_load = false

# Configure static 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=3600' }
# config.public_file_server.enabled = true
# config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }

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

0 comments on commit 1a26748

Please sign in to comment.