defs.define_constant('RSpec::Core::Configuration::AroundHook') do |klass|
    klass.inherits(defs.constant_proxy('RSpec::Core::Hooks::Hook', RubyLint.registry))

    klass.define_instance_method('execute_with') do |method|
      method.define_argument('example')