Method: RSpec::Core::Notifications::SummaryNotification#examples

Defined in:
lib/rspec/core/notifications.rb

#examplesArray<RSpec::Core::Example>

the examples run

Returns:

[View source]

300
301
302
# File 'lib/rspec/core/notifications.rb', line 300

def examples
  @examples
end