Method: RSpec::Core::Example#example_group_instance

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

#example_group_instanceObject (readonly)

Returns the example_group_instance that provides the context for running this example.



38
39
40
# File 'lib/rspec/core/example.rb', line 38

def example_group_instance
  @example_group_instance
end