We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e284d33 commit 9c20edaCopy full SHA for 9c20eda
.gitignore
@@ -31,3 +31,4 @@ Gemfile.lock
31
build
32
33
vendor/bundle/
34
+./spec/examples.txt
spec/spec_helper.rb
@@ -20,7 +20,9 @@
20
config.include(FakeFS::SpecHelpers, :fakefs => true)
21
config.filter_run_excluding :mri_only => is_java
22
config.filter_run_excluding :skip_travis => is_travis
23
-
+ if config.respond_to?(:example_status_persistence_file_path=)
24
+ config.example_status_persistence_file_path = "./spec/examples.txt"
25
+ end
26
config.mock_with :rspec do |mocks|
27
mocks.verify_partial_doubles = true
28
end
0 commit comments