瀏覽代碼

Move rspec examples to tmp dir (#12539)

master^2
Yamagishi Kazutoshi 4 年之前
committed by Eugen Rochko
父節點
當前提交
e598ce0bd9
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. +0
    -0
      .cache/.gitkeep
  2. +1
    -1
      spec/spec_helper.rb

+ 0
- 0
.cache/.gitkeep 查看文件


+ 1
- 1
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


Loading…
取消
儲存