Method: RSpec::Core::Example#rerun_argument

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

#rerun_argumentvoid

Deprecated.
Note:

If there are multiple examples identified by this location, they will use #id to rerun instead, but this method will still return the location (that's why it is deprecated!).

Returns the location-based argument that can be passed to the rspec command to rerun this example.

[View source]

111
112
113
# File 'lib/rspec/core/example.rb', line 111

def rerun_argument
  location_rerun_argument
end