module VCR::Hooks

def has_hooks_for?(hook_type)

def has_hooks_for?(hook_type)
  hooks[hook_type].any?
end