class RSpec::Core::Hooks::HookCollection

def find_hooks_for(group)

def find_hooks_for(group)
  dup.reject {|hook| !hook.options_apply?(group)}
end