Sha256: cb5f386fdec48823baecf3cc95711fba2c5988c0039eb772966ba92f5f5bf48a
Contents?: true
Size: 300 Bytes
Versions: 24
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true 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
24 entries across 24 versions & 1 rubygems