Replace deprecated run_all_when_everything_filtered option
What does this MR do and why?
run_all_when_everything_filtered is deprecated so updating to use the suggested filter_run_when_matching
How to set up and validate locally
-
bundle exec rspec spec/{path_to_any_folder}
-- all specs in folder should run - Add
:focus
on some specs in said directory, rerunbundle exec rspec spec/{path_to_any_folder}
-- only those tests marked will now run
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.