brew tests: silence filter announcements

This commit is contained in:
Andrew Janke 2018-06-06 18:17:15 -04:00
parent e78158a4f1
commit fc2d4dd444

View File

@ -45,6 +45,8 @@ RSpec.configure do |config|
config.filter_run_when_matching :focus config.filter_run_when_matching :focus
config.silence_filter_announcements = true
# TODO: when https://github.com/rspec/rspec-expectations/pull/1056 # TODO: when https://github.com/rspec/rspec-expectations/pull/1056
# makes it into a stable release: # makes it into a stable release:
# config.expect_with :rspec do |c| # config.expect_with :rspec do |c|