Disable focus filter for rspec

This commit is contained in:
Sebastian Serth
2023-02-18 21:10:47 +01:00
parent 04a69691e0
commit 9ae6a1a79d

View File

@ -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