Method: RSpec::Core::ExampleGroup.id
- Defined in:
- lib/rspec/core/example_group.rb
permalink .id ⇒ String
Returns the unique id of this example group. Pass this at the command line to re-run this exact example group.
675 676 677 |
# File 'lib/rspec/core/example_group.rb', line 675 def self.id Metadata.id_from() end |