method

setup_with_helper_class

setup_with_helper_class()
public

No documentation available.

# File actionpack/lib/action_view/test_case.rb, line 36
    def setup_with_helper_class
      if helper_class && !self.class.ancestors.include?(helper_class)
        self.class.send(:include, helper_class)
      end
    end