Sha256: cabc8c8b7cc062b21137f8615dd3dd7218cc3e86f0a662f993d6449b93f7cdf0
Contents?: true
Size: 473 Bytes
Versions: 55
Compression:
Stored size: 473 Bytes
Contents
# <!-- rdoc-file=lib/minitest.rb --> # A very simple reporter that prints the "dots" during the run. # # This is added to the top-level CompositeReporter at the start of the run. If # you want to change the output of minitest via a plugin, pull this out of the # composite and replace it with your own. # class Minitest::ProgressReporter < ::Minitest::Reporter def prerecord: (untyped klass, untyped name) -> (untyped | nil) def record: (untyped result) -> untyped end
Version data entries
55 entries across 55 versions & 3 rubygems