Sha256: bc36bb9bfc5e4999971918dccb87fa6252770b8d3649b21aa04d6415dd87068c

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

require 'ec2spec/formatter/plain_text_formatter'

module Ec2spec
  module Formatter
    module MarkdownFormatter
      include Ec2spec::Formatter::PlainTextFormatter

      def output(results, _hosts)
        table = super
        table.style = { border_i: '|', border_top: false, border_bottom: false }
        table
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ec2spec-0.1.3 lib/ec2spec/formatter/markdown_formatter.rb