Method: RSpec::Core::Notifications::ExamplesNotification#pending_notifications
- Defined in:
- lib/rspec/core/notifications.rb
permalink #pending_notifications ⇒ Array<RSpec::Core::Notifications::SkippedExampleNotification, RSpec::Core::Notifications::PendingExampleFailedAsExpectedNotification>
returns pending examples as notifications
104 105 106 |
# File 'lib/rspec/core/notifications.rb', line 104 def pending_notifications @pending_notifications ||= format_examples(pending_examples) end |