Sha256: 029abf1d6127ae895b57b3926de25619cf0dacbae183741536b94c55d13a6ce0

Contents?: true

Size: 506 Bytes

Versions: 23

Compression:

Stored size: 506 Bytes

Contents

require 'rspec/core/formatters/progress_formatter'
module RSpec
  module Core
    module Formatters
      class HydraFormatter < ProgressFormatter
        def example_passed(example)
        end

        def example_pending(example)
        end

        def example_failed(example)
        end

        # Stifle the post-test summary
        def dump_summary(duration, example, failure, pending)
        end

        # Stifle pending specs
        def dump_pending
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 7 rubygems

Version Path
ngauthier-hydra-0.24.0 lib/hydra/spec/hydra_formatter.rb
nulogy-hydra-0.26.0 lib/hydra/spec/hydra_formatter.rb
arturop-hydra-0.25.0 lib/hydra/spec/hydra_formatter.rb
arturop-hydra-0.24.0 lib/hydra/spec/hydra_formatter.rb
hydra-0.24.0 lib/hydra/spec/hydra_formatter.rb
nulogy-hydra-0.23.2.1 lib/hydra/spec/hydra_formatter.rb
justinf-hydra-0.23.8 lib/hydra/spec/hydra_formatter.rb
justinf-hydra-0.23.7 lib/hydra/spec/hydra_formatter.rb
justinf-hydra-0.23.6 lib/hydra/spec/hydra_formatter.rb
justinf-hydra-0.23.5 lib/hydra/spec/hydra_formatter.rb
justinf-hydra-0.23.4 lib/hydra/spec/hydra_formatter.rb
arturop-hydra-0.23.4 lib/hydra/spec/hydra_formatter.rb
sskirby-hydra-0.23.3 lib/hydra/spec/hydra_formatter.rb
hydra-0.23.3 lib/hydra/spec/hydra_formatter.rb
causes-hydra-0.21.0 lib/hydra/spec/hydra_formatter.rb
hydra-0.23.2 lib/hydra/spec/hydra_formatter.rb
hydra-0.23.1 lib/hydra/spec/hydra_formatter.rb
hydra-0.23.0 lib/hydra/spec/hydra_formatter.rb
hydra-0.22.2 lib/hydra/spec/hydra_formatter.rb
hydra-0.22.1 lib/hydra/spec/hydra_formatter.rb