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