소스 검색

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


불러오는 중...
취소
저장