Method: RSpec::Core::Notifications::ExamplesNotification#examples
- Defined in:
- lib/rspec/core/notifications.rb
permalink #examples ⇒ Array<RSpec::Core::Example>
Returns list of examples.
75 76 77 |
# File 'lib/rspec/core/notifications.rb', line 75 def examples @reporter.examples end |