Explorar el Código

Move rspec examples to tmp dir (#12539)

master^2
Yamagishi Kazutoshi hace 4 años
committed by Eugen Rochko
padre
commit
e598ce0bd9
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +0
    -0
      .cache/.gitkeep
  2. +1
    -1
      spec/spec_helper.rb

+ 0
- 0
.cache/.gitkeep Ver fichero


+ 1
- 1
spec/spec_helper.rb Ver fichero

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


Cargando…
Cancelar
Guardar