class RSpec::Core::Configuration

def run_hooks_with(hooks, hook_context)

def run_hooks_with(hooks, hook_context)
  hooks.each { |h| h.run(hook_context) }
end