Browse Source

Move rspec examples to tmp dir (#12539)

master
Yamagishi Kazutoshi 4 years ago
committed by Eugen Rochko
parent
commit
e598ce0bd9
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
     
  2. +1
    -1
      spec/spec_helper.rb

+ 0
- 0
View File


+ 1
- 1
spec/spec_helper.rb View File

@ -12,7 +12,7 @@ end
gc_counter = -1 gc_counter = -1
RSpec.configure do |config| 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| config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true expectations.include_chain_clauses_in_custom_matcher_descriptions = true
end end

Loading…
Cancel
Save