defs.define_constant('ActiveSupport::Testing::Pending') do |klass|
    klass.inherits(defs.constant_proxy('Object', RubyLint.registry))

    klass.define_instance_method('pending') do |method|
      method.define_optional_argument('description')