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
-
#group ⇒ RSpec::Core::ExampleGroup
the current group.
Instance Attribute Details
#group ⇒ RSpec::Core::ExampleGroup
the current group
256 257 258 |
# File 'lib/rspec/core/notifications.rb', line 256 def group @group end |