class RSpec::Core::Notifications::ExamplesNotification

The ‘ExamplesNotification` represents notifications sent by the reporter which contain information about the suites examples.

@example

def stop(notification)
  puts "Hey I ran #{notification.examples.size}"
end