mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #7854 from guilleiguaran/extract-rack-cache
Fix middleware cache tests enabling rack_cache
This commit is contained in:
commit
2b83b07307
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ module ApplicationTests
|
|||
get ':controller(/:action)'
|
||||
end
|
||||
RUBY
|
||||
|
||||
add_to_config "config.action_dispatch.rack_cache = true"
|
||||
end
|
||||
|
||||
def test_cache_keeps_if_modified_since
|
||||
|
|
Loading…
Reference in a new issue