mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
6 lines
158 B
Ruby
6 lines
158 B
Ruby
module FormatterOverrides
|
|
def example_pending(_); end
|
|
def dump_pending(_); end
|
|
end
|
|
|
|
RSpec::Core::Formatters::ProgressFormatter.prepend FormatterOverrides
|