diff --git a/Library/Homebrew/test/spec_helper.rb b/Library/Homebrew/test/spec_helper.rb index 9347e6ed43..daf5e1a3df 100644 --- a/Library/Homebrew/test/spec_helper.rb +++ b/Library/Homebrew/test/spec_helper.rb @@ -45,6 +45,8 @@ RSpec.configure do |config| config.filter_run_when_matching :focus + config.silence_filter_announcements = true + # TODO: when https://github.com/rspec/rspec-expectations/pull/1056 # makes it into a stable release: # config.expect_with :rspec do |c|