Sha256: 9969e94c80ef1a258852751d8aef89cd398afab1429fb436ceb6cca736167e62
Contents?: true
Size: 331 Bytes
Versions: 195
Compression:
Stored size: 331 Bytes
Contents
require 'mspec/expectations/expectations' require 'mspec/runner/formatters/dotted' class SummaryFormatter < DottedFormatter # Callback for the MSpec :after event. Overrides the # callback provided by +DottedFormatter+ and does not # print any output for each example evaluated. def after(state) # do nothing end end
Version data entries
195 entries across 171 versions & 4 rubygems