Add example status persistance so we can run bin/rspec --only-failures
This commit is contained in:
parent
2c791b920c
commit
b7967fc5f6
1 changed files with 2 additions and 0 deletions
|
@ -118,4 +118,6 @@ RSpec.configure do |config|
|
||||||
end
|
end
|
||||||
|
|
||||||
config.include(Wisper::RSpec::BroadcastMatcher)
|
config.include(Wisper::RSpec::BroadcastMatcher)
|
||||||
|
|
||||||
|
config.example_status_persistence_file_path = 'tmp/example_status_persistence_file_path.txt'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue