class RSpec::Core::Hooks::HookCollections

def known_scope?(scope)

def known_scope?(scope)
  SCOPES.include?(scope) || SCOPE_ALIASES.keys.include?(scope)
end