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:
parent
13c4cc3b5a
commit
125e2df1ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue