rspec-core
rspec-core copied to clipboard
Add `--only-pending` CLI option
As requested on issue #3066, this work adds the CLI option filter --only-pending. This is similar to --only-failures.
If example_status_persistence_file_path is not configured, it will fail with a message.
If both this new flag and --only-failures are set, it will fail with a message.