1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix master build

This commit is contained in:
Jon Moss 2016-02-18 14:24:27 -05:00
parent 13c4cc3b5a
commit 125e2df1ac

View file

@ -509,7 +509,7 @@ class EtagRenderTest < ActionController::TestCase
begin
File.write path, 'foo'
ActionView::Digestor.cache.clear
ActionView::LookupContext::DetailsKey.clear
request.if_none_match = etag
get :with_template