class RSpec::Core::Notifications::ExamplesNotification
def format_examples(examples)
def format_examples(examples) examples.map do |example| ExampleNotification.for(example) end end
def format_examples(examples) examples.map do |example| ExampleNotification.for(example) end end