class RSpec::Core::World

def find_hook(hook, scope, group)

def find_hook(hook, scope, group)
  @configuration.find_hook(hook, scope, group)
end