Rerun Only Failures With RSpec
$ rspec --only-failuresRSpec.configure do |config|
config.example_status_persistence_file_path = "spec/examples.txt"
endLast updated
$ rspec --only-failuresRSpec.configure do |config|
config.example_status_persistence_file_path = "spec/examples.txt"
endLast updated