module ActionView::TestCase::Behavior::ClassMethods

def include_helper_modules!

def include_helper_modules!
  helper(helper_class) if helper_class
  include _helpers
end