Method: RSpec::Core::SharedExampleGroupInclusionStackFrame#shared_group_name

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

#shared_group_nameString (readonly)

Returns the name of the shared example group.

Returns:

  • (String)

    the name of the shared example group



791
792
793
# File 'lib/rspec/core/example_group.rb', line 791

def shared_group_name
  @shared_group_name
end