Method: RSpec::Core::Notifications::SummaryNotification#examples
- Defined in:
- lib/rspec/core/notifications.rb
permalink #examples ⇒ Array<RSpec::Core::Example>
the examples run
300 301 302 |
# File 'lib/rspec/core/notifications.rb', line 300 def examples @examples end |