Method: RSpec::Core::Configuration#example_status_persistence_file_path
- Defined in:
- lib/rspec/core/configuration.rb
#example_status_persistence_file_path ⇒ String #example_status_persistence_file_path=(value) ⇒ void
The file path to use for persisting example statuses. Necessary for the
--only-failures and --next-failure CLI options.
188 |
# File 'lib/rspec/core/configuration.rb', line 188 define_reader :example_status_persistence_file_path |