Skip to content

Commit

Permalink
Make RSpec support --only-failures, --next-failure (vcr#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Mar 29, 2020
1 parent 1f70077 commit ddb1321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@

# Ignores that should be in the global gitignore
/coverage
spec/examples.txt
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def reset!(hook = nil)
$stderr = @orig_std_err
end

config.example_status_persistence_file_path = 'spec/examples.txt'
config.filter_run :focus => true
config.run_all_when_everything_filtered = true
config.order = :random
Expand Down

0 comments on commit ddb1321

Please sign in to comment.