Class: RSpec::Core::Notifications::GroupNotification
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Core::Notifications::GroupNotification
- Defined in:
- lib/rspec/core/notifications.rb
Overview
The GroupNotification
represents notifications sent by the reporter
which contain information about the currently running (or soon to be)
example group. It is used by formatters to access information about that
group.
Instance Attribute Summary (collapse)
-
- (RSpec::Core::ExampleGroup) group
the current group.
Instance Attribute Details
- (RSpec::Core::ExampleGroup) group
the current group
383 384 385 |
# File 'lib/rspec/core/notifications.rb', line 383 def group @group end |