Class: RSpec::Core::Notifications::ExampleNotification
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Core::Notifications::ExampleNotification
- Defined in:
- lib/rspec/core/notifications.rb
Overview
The ExampleNotification
represents notifications sent by the reporter
which contain information about the current (or soon to be) example.
It is used by formatters to access information about that example.
Direct Known Subclasses
Instance Attribute Summary (collapse)
-
- (RSpec::Core::Example) example
the current example.
Instance Attribute Details
- (RSpec::Core::Example) example
the current example
36 37 38 |
# File 'lib/rspec/core/notifications.rb', line 36 def example @example end |