class RSpec::Core::Notifications::ExamplesNotification

def notifications

Returns:
  • (Array(Rspec::Core::Notifications::ExampleNotification]) - Array(Rspec::Core::Notifications::ExampleNotification]
def notifications
  @notifications ||= format_examples(examples)
end