diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-12-03 03:55:08 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-12-02 19:55:08 +0100 |
commit | e598ce0bd9dea9b8e0f9fe26a1d78b8ca4838e22 (patch) | |
tree | a588843be21a82328ffd2da34cbadc2e246eca3f /spec | |
parent | 5097a8d12c4c98fb8054dc8eefc63434aca0d656 (diff) |
Move rspec examples to tmp dir (#12539)
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e57349cc8..b6d127a08 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -12,7 +12,7 @@ end gc_counter = -1 RSpec.configure do |config| - config.example_status_persistence_file_path = ".cache/rspec" + config.example_status_persistence_file_path = "tmp/rspec/examples.txt" config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true end |