Sha256: 4a19bca7b4fd79e99441005114ca538ddde865b8389e06e649aaf9bc1f874538
Contents?: true
Size: 269 Bytes
Versions: 11
Compression:
Stored size: 269 Bytes
Contents
class HidePendingFormatter < RSpec::Core::Formatters::ProgressFormatter RSpec::Core::Formatters.register self, :example_pending RSpec::Core::Formatters.register self, :dump_pending def example_pending(notification); end def dump_pending(notification); end end
Version data entries
11 entries across 11 versions & 1 rubygems