Sha256: 90bc9363c1674c8433d73c3ee635c82335b553d29adc787ea5b1a5c6fa1b2eff

Contents?: true

Size: 200 Bytes

Versions: 26

Compression:

Stored size: 200 Bytes

Contents

require 'turn/reporter'
require 'yaml'

module Turn

  # = Marshal Reporter
  #
  class MarshalReporter < Reporter

    def finish_suite(suite)    
      $stdout << suite.to_yaml
    end

  end

end

Version data entries

26 entries across 26 versions & 6 rubygems

Version Path
arcabouco-0.2.13 vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
turn-0.9.7 lib/turn/reporters/marshal_reporter.rb
challah-1.0.0 vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
swipe-rails-0.0.5 vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
challah-1.0.0.beta3 vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
challah-1.0.0.beta2 vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
challah-1.0.0.beta vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
challah-0.9.1.beta.3 vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
challah-0.9.1.beta vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
challah-0.9.0 vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
challah-0.8.3 vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb
turn-0.9.6 lib/turn/reporters/marshal_reporter.rb
challah-0.6.1 vendor/bundle/gems/turn-0.9.5/lib/turn/reporters/marshal_reporter.rb
challah-0.6.0 vendor/bundle/gems/turn-0.9.5/lib/turn/reporters/marshal_reporter.rb
turn-0.9.5 lib/turn/reporters/marshal_reporter.rb
turn-0.9.4 lib/turn/reporters/marshal_reporter.rb
turn-0.9.3 lib/turn/reporters/marshal_reporter.rb
turn-0.9.2 lib/turn/reporters/marshal_reporter.rb
turn-0.9.1 lib/turn/reporters/marshal_reporter.rb