# File lib/rspec/core/hooks.rb, line 53
        def find_hooks_for(group)
          dup.reject {|hook| !hook.options_apply?(group)}
        end