module ActionView::TestCase::Behavior::ClassMethods

def new(*)

def new(*)
  include_helper_modules!
  super
end