Sha256: 5790529b86e4b5ffee42d0950a1ccf33c4f57e7a8afdaad99e091fa6614df6e8

Contents?: true

Size: 296 Bytes

Versions: 4

Compression:

Stored size: 296 Bytes

Contents

require 'spec/runner/formatter/progress_bar_formatter'
module Spec
  module Runner
    module Formatter
      class HydraFormatter < ProgressBarFormatter
        # Stifle the post-test summary
        def dump_summary(duration, example, failure, pending)
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hydra-0.16.4 lib/hydra/spec/hydra_formatter.rb
hydra-0.16.3 lib/hydra/spec/hydra_formatter.rb
hydra-0.16.2 lib/hydra/spec/hydra_formatter.rb
hydra-0.16.1 lib/hydra/spec/hydra_formatter.rb