Methods
S
T
Instance Public methods
setup()
# File actionpack/test/template/lookup_context_test.rb, line 5
def setup
  @lookup_context = ActionView::LookupContext.new(FIXTURE_LOAD_PATH, {})
  ActionView::LookupContext::DetailsKey.clear
end
teardown()
# File actionpack/test/template/lookup_context_test.rb, line 10
def teardown
  I18n.locale = :en
end