1
0
Fork 0
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:
Rafael Mendonça França 2012-10-05 12:04:29 -07:00
commit 2b83b07307

View file

@ -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