class RSpec::Core::Notifications::FailedExampleNotification

def shared_group

def shared_group
  @shared_group ||= group_and_parent_groups.find { |group| group.metadata[:shared_group_name] }
end