From 9ae6a1a79df306fd4feba014ed84b057f72c4acd Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sat, 18 Feb 2023 21:10:47 +0100 Subject: [PATCH] Disable focus filter for rspec --- spec/spec_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 68f0a80e..ae0c4751 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -29,8 +29,8 @@ RSpec.configure do |config| # to individual examples or groups you care about by tagging them with # `:focus` metadata. When nothing is tagged with `:focus`, all examples # get run. - config.filter_run :focus - config.run_all_when_everything_filtered = true + # config.filter_run :focus + # config.run_all_when_everything_filtered = true # Many RSpec users commonly either run the entire suite or an individual # file, and it's useful to allow more verbose output when running an