Method: RSpec::Core::Notifications::GroupNotification#group

Defined in:
lib/rspec/core/notifications.rb

#groupRSpec::Core::ExampleGroup

the current group

Returns:

[View source]

258
259
260
# File 'lib/rspec/core/notifications.rb', line 258

def group
  @group
end