Chore(test): enable rspec only-failures support
This commit is contained in:
parent
d415257111
commit
f747b0a46a
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ RSpec.configure do |config|
|
|||
config.color = true
|
||||
config.tty = true
|
||||
|
||||
config.example_status_persistence_file_path = 'failing_specs.txt'
|
||||
config.run_all_when_everything_filtered = true
|
||||
config.filter_run :focus => true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue