Browse Source

[CLDC-1484] Enable rspec --only-failures

pull/898/head
Jack S 3 years ago
parent
commit
b65df6d3e6
  1. 2
      .gitignore
  2. 2
      spec/spec_helper.rb

2
.gitignore vendored

@ -55,3 +55,5 @@ yarn-debug.log*
/app/assets/builds/*
!/app/assets/builds/.keep
spec/examples.txt

2
spec/spec_helper.rb

@ -72,7 +72,7 @@ RSpec.configure do |config|
# # Allows RSpec to persist some state between runs in order to support
# # the `--only-failures` and `--next-failure` CLI options. We recommend
# # you configure your source control system to ignore this file.
# config.example_status_persistence_file_path = "spec/examples.txt"
config.example_status_persistence_file_path = "spec/examples.txt"
#
# # Limits the available syntax to the non-monkey patched syntax that is
# # recommended. For more details, see:

Loading…
Cancel
Save