Enable saving rspec output for --only-failures

This commit is contained in:
Michael Ball 2021-02-22 22:57:26 -08:00
parent 88821b9c4b
commit f0ea293a43

View file

@ -120,6 +120,9 @@ RSpec.configure do |config|
# use the config to use
# t('some.locale.key') instead of always having to type I18n.t
config.include AbstractController::Translation
# enable debugging with --only-failures
config.example_status_persistence_file_path = 'tmp/spec_failures.txt'
end
OmniAuth.config.test_mode = true