class RSpec::Core::Notifications::ExamplesNotification

def pending_notifications

Returns:
  • (Array - Array
def pending_notifications
  @pending_notifications ||= format_examples(pending_examples)
end