Merge pull request #4298 from apjanke/suppress-rspec-filter-output-2
brew tests: silence filter announcements
This commit is contained in:
commit
76c750d69e
@ -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|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user