Sha256: b292ee8b78ccae52243442666170a322c34820355aceba9865bb2a710b6c1c40

Contents?: true

Size: 392 Bytes

Versions: 18

Compression:

Stored size: 392 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

        # Stifle the output of pending examples
        def example_pending(*args)
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
hydra-0.20.0 lib/hydra/spec/hydra_formatter.rb
bellmyer-hydra-0.20.12 lib/hydra/spec/hydra_formatter.rb
bellmyer-hydra-0.20.11 lib/hydra/spec/hydra_formatter.rb
bellmyer-hydra-0.20.10 lib/hydra/spec/hydra_formatter.rb
bellmyer-hydra-0.20.9 lib/hydra/spec/hydra_formatter.rb
hydra-0.19.4 lib/hydra/spec/hydra_formatter.rb
hydra-0.19.3 lib/hydra/spec/hydra_formatter.rb
hydra-0.19.2 lib/hydra/spec/hydra_formatter.rb
hydra-0.19.1 lib/hydra/spec/hydra_formatter.rb
hydra-0.19.0 lib/hydra/spec/hydra_formatter.rb
hydra-0.18.0 lib/hydra/spec/hydra_formatter.rb
sskirby-hydra-0.17.1 lib/hydra/spec/hydra_formatter.rb
sskirby-hydra-0.16.10 lib/hydra/spec/hydra_formatter.rb
hydra-0.17.0 lib/hydra/spec/hydra_formatter.rb
sskirby-hydra-0.16.9 lib/hydra/spec/hydra_formatter.rb
hydra-0.16.7 lib/hydra/spec/hydra_formatter.rb
hydra-0.16.6 lib/hydra/spec/hydra_formatter.rb
hydra-0.16.5 lib/hydra/spec/hydra_formatter.rb