Method: RSpec::Core::Example#rerun_argument
- Defined in:
- lib/rspec/core/example.rb
permalink #rerun_argument ⇒ void
Deprecated.
Use #location_rerun_argument instead.
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.
111 112 113 |
# File 'lib/rspec/core/example.rb', line 111 def rerun_argument location_rerun_argument end |