Skip to content

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

  1. bundle exec rspec spec/{path_to_any_folder} -- all specs in folder should run
  2. Add :focus on some specs in said directory, rerun bundle 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.

Merge request reports