Sha256: a10026ccc1c11f64bb97ab51e0e5e76474964d84e61716146376c99e83f47983
Contents?: true
Size: 140 Bytes
Versions: 4
Compression:
Stored size: 140 Bytes
Contents
require 'rspec' class FailingExamplesFormatter < RSpec::Core::Formatters::DocumentationFormatter def example_passed(example) end end
Version data entries
4 entries across 4 versions & 1 rubygems