Method: RSpec::Core::Example#example_group

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

#example_groupvoid

Returns the example group class that provides the context for running this example.

[View source]

230
231
232
# File 'lib/rspec/core/example.rb', line 230

def example_group
  @example_group_class
end