Parcourir la source

Move rspec examples to tmp dir (#12539)

master^2
Yamagishi Kazutoshi il y a 4 ans
committed by Eugen Rochko
Parent
révision
e598ce0bd9
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +0
    -0
      .cache/.gitkeep
  2. +1
    -1
      spec/spec_helper.rb

+ 0
- 0
.cache/.gitkeep Voir le fichier


+ 1
- 1
spec/spec_helper.rb Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer