method

include_helper_modules!

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.

include_helper_modules!()
private

No documentation available.

# File actionpack/lib/action_view/test_case.rb, line 104
        def include_helper_modules!
          helper(helper_class) if helper_class
          include master_helper_module
        end