We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534d18b commit b29ec11Copy full SHA for b29ec11
tests/spec/spec_helper.rb
@@ -1,3 +1,5 @@
1
+require 'tmpdir'
2
+
3
RSpec.configure do |config|
4
config.expect_with :rspec do |expectations|
5
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
@@ -17,6 +19,8 @@
17
19
config.default_formatter = 'doc'
18
20
end
21
22
+ config.example_status_persistence_file_path = "#{Dir.tmpdir()}/playground-test-failures"
23
24
config.order = :random
25
26
Kernel.srand config.seed
0 commit comments