Method: RSpec::Core::ExampleGroup.id

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

.idString

Returns the unique id of this example group. Pass this at the command line to re-run this exact example group.

Returns:

  • (String)

    the unique id of this example group. Pass this at the command line to re-run this exact example group.

[View source]

675
676
677
# File 'lib/rspec/core/example_group.rb', line 675

def self.id
  Metadata.id_from()
end