class TestERBTemplate::LookupContext

Attributes

formats[RW]

Public Instance Methods

disable_cache() { || ... } click to toggle source
# File actionview/test/template/template_test.rb, line 11
def disable_cache
  yield
end
find_template(*args) click to toggle source
# File actionview/test/template/template_test.rb, line 15
def find_template(*args)
end