Source: show | on GitHub
# 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
# File actionpack/test/template/lookup_context_test.rb, line 10 def teardown I18n.locale = :en end