module ActionView::TestCase::Behavior::ClassMethods

def helper_class

def helper_class
  @helper_class ||= determine_default_helper_class(name)
end