Enable saving rspec output for --only-failures
This commit is contained in:
parent
88821b9c4b
commit
f0ea293a43
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue