Every time the specs run, RSpec prints Run options: include {:focus=>true}
.
I already know what the run options are, so is there a way to suppress this output?
There is now an option for silencing those filter messages if you set config.silence_filter_announcements = true
like this:
RSpec.configure do |c|
c.filter_run_including :foo => :bar
c.silence_filter_announcements = true
end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With