Add explanatory comment to config

This commit is contained in:
Maximilian Grundke
2017-10-26 15:42:20 +02:00
parent 13e33bf977
commit 14a135a0c9

View File

@ -83,5 +83,6 @@ RSpec.configure do |config|
mocks.verify_partial_doubles = true
end
# Save test results to persistence file to enable usage of --next-failure flag in local testing/debugging
config.example_status_persistence_file_path = 'tmp/rspec_persistence_file.txt'
end