class RSpec::Core::Notifications::ExamplesNotification

def notifications

Returns:
  • (Array) -
def notifications
  @notifications ||= format_examples(examples)
end