method

_view

rails latest stable - Class: ActionView::TestCase

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

_view()
private

No documentation available.

# File actionpack/lib/action_view/test_case.rb, line 119
      def _view
        view = ActionView::Base.new(ActionController::Base.view_paths, _assigns, @controller)
        view.helpers.include master_helper_module
        view.output_buffer = self.output_buffer
        view
      end