Set RSpec example status persistence path to enable --only-failures

This commit is contained in:
Rob Hanlon 2020-03-14 23:20:51 -07:00
parent d7e7bde453
commit 5ee27d24df
No known key found for this signature in database
GPG Key ID: 14C05B6156CB50E6
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ doc
.vscode
pkg/
.byebug_history
spec/examples.txt

View File

@ -61,6 +61,7 @@ RSpec.configure do |config|
end
config.disable_monkey_patching!
config.filter_run_when_matching :focus
config.example_status_persistence_file_path = "spec/examples.txt"
config.include PredicatesIntegration
config.include Coercions