Method: RSpec::Core::Configuration#example_status_persistence_file_path

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

#example_status_persistence_file_pathString #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.

Overloads:

  • #example_status_persistence_file_pathString

    Returns the file path.

    Returns:

    • (String)

      the file path

  • #example_status_persistence_file_path=(value) ⇒ void

    Parameters:

    • value (String)

      the file path



188
# File 'lib/rspec/core/configuration.rb', line 188

define_reader :example_status_persistence_file_path