class RSpec::Core::Example

def id

Returns:
  • (String) - the unique id of this example. Pass
def id
  @id ||= Metadata.id_from(metadata)
end