# File actionview/test/actionpack/controller/layout_test.rb, line 17defwith_template_handler(*extensions, handler)
ActionView::Template.register_template_handler(*extensions, handler)
yieldensureActionView::Template.unregister_template_handler(*extensions)
end