# File lib/action_view/test_case.rb, line 104 def config @controller.config if @controller.respond_to?(:config) end
# File lib/action_view/test_case.rb, line 114 def locals @locals ||= {} end
# File lib/action_view/test_case.rb, line 108 def render(options = {}, local_assigns = {}, &block) view.assign(view_assigns) @rendered << output = view.render(options, local_assigns, &block) output end
# File lib/action_view/test_case.rb, line 94 def setup_with_controller @controller = ActionView::TestCase::TestController.new @request = @controller.request @output_buffer = ActiveSupport::SafeBuffer.new @rendered = '' make_test_case_available_to_view! say_no_to_protect_against_forgery! end
Generated with the Darkfish Rdoc Generator 2.