Closed maciejmajewski closed 8 years ago
Formatter should be based on RSpec::Core::Formatters::BaseFormatter instead of BaseTextFormatter. BaseTextFormatter prints to STDOUT seed and summary notifications.
RSpec::Core::Formatters::BaseFormatter
BaseTextFormatter
Formatter should also silence filtering announcements.
Thank you for the PR!
Formatter should be based on
RSpec::Core::Formatters::BaseFormatter
instead ofBaseTextFormatter
.BaseTextFormatter
prints to STDOUT seed and summary notifications.Formatter should also silence filtering announcements.