Method: RSpec::Core::Notifications::ExamplesNotification#notifications
- Defined in:
- lib/rspec/core/notifications.rb
#notifications ⇒ Array<RSpec::Core::Notifications::ExampleNotification>
Returns examples as notifications
91 92 93 |
# File 'lib/rspec/core/notifications.rb', line 91 def notifications @notifications ||= format_examples(examples) end |