Class: RSpec::Core::Notifications::ExampleNotification
- Inherits:
 - 
      Struct
        
- Object
 - Struct
 - RSpec::Core::Notifications::ExampleNotification
 
 - Defined in:
 - lib/rspec/core/notifications.rb,
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
      37 38 39  | 
    
      # File 'lib/rspec/core/notifications.rb', line 37 def example @example end  |