module Ec2spec::Formatter::MarkdownFormatter

Public Instance Methods

output(results, _hosts) click to toggle source
# 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