Store rspec statuses in .cache/rspec (#12427)

This allows using rspec with `--only-failures`
This commit is contained in:
Dimitri Merejkowsky 2019-11-19 17:22:40 +01:00 committed by Eugen Rochko
父節點 e8de558ee7
當前提交 cb3e9a2934
共有 2 個文件被更改,包括 1 次插入0 次删除

0
.cache/.gitkeep Normal file
查看文件

查看文件

@ -12,6 +12,7 @@ end
gc_counter = -1
RSpec.configure do |config|
config.example_status_persistence_file_path = ".cache/rspec"
config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
end