Module: Ec2spec::Formatter::SlackFormatter

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

Instance Method Summary collapse

Methods included from PlainTextFormatter

#table_header, #table_rows

Instance Method Details

#output(results, _hosts) ⇒ Object



8
9
10
# File 'lib/ec2spec/formatter/slack_formatter.rb', line 8

def output(results, _hosts)
  "```\n#{super}\n```"
end