Merge pull request #4298 from apjanke/suppress-rspec-filter-output-2

brew tests: silence filter announcements
This commit is contained in:
Mike McQuaid 2018-06-07 07:55:14 +01:00 committed by GitHub
commit 76c750d69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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|