Sha256: 83aa84cabb3fdf37dd92179c015576c87115ffafc6236d29da9db6be713f8b2f

Contents?: true

Size: 215 Bytes

Versions: 8

Compression:

Stored size: 215 Bytes

Contents

require 'teabag/formatters/dot_formatter'

module Teabag
  module Formatters
    class CleanFormatter < DotFormatter

      def log_failed_examples
        log "\n" if failures.size > 0
      end

    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
teabag-0.7.3 lib/teabag/formatters/clean_formatter.rb
teabag-0.7.2 lib/teabag/formatters/clean_formatter.rb
teabag-0.7.1 lib/teabag/formatters/clean_formatter.rb
teabag-0.7.0 lib/teabag/formatters/clean_formatter.rb
teabag-0.6.0 lib/teabag/formatters/clean_formatter.rb
teabag-0.5.5 lib/teabag/formatters/clean_formatter.rb
teabag-0.5.4 lib/teabag/formatters/clean_formatter.rb
teabag-0.5.3 lib/teabag/formatters/clean_formatter.rb