Module: Ec2spec::Formatter::MarkdownFormatter

Includes:
PlainTextFormatter
Defined in:
lib/ec2spec/formatter/markdown_formatter.rb

Instance Method Summary collapse

Methods included from PlainTextFormatter

#table_header, #table_rows

Instance Method Details

#output(results, _hosts) ⇒ Object



8
9
10
11
12
# File 'lib/ec2spec/formatter/markdown_formatter.rb', line 8

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