Add example status persistance so we can run bin/rspec --only-failures

This commit is contained in:
Eric Schultz 2021-07-21 17:22:48 -05:00 committed by Eric Schultz
parent 2c791b920c
commit b7967fc5f6

View file

@ -118,4 +118,6 @@ RSpec.configure do |config|
end
config.include(Wisper::RSpec::BroadcastMatcher)
config.example_status_persistence_file_path = 'tmp/example_status_persistence_file_path.txt'
end