diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb index b0ca7de0b6f24dd5fa465239f9cad24b99c8fed7..70ca876c6712986e8fd7278cf9ff42c7352e8366 100644 --- a/actionpack/test/template/template_test.rb +++ b/actionpack/test/template/template_test.rb @@ -8,6 +8,9 @@ class LookupContext def disable_cache yield end + + def find_template(*args) + end end class Context