module Ec2spec::Formatter::SlackFormatter
Public Instance Methods
output(results, _hosts)
click to toggle source
# File lib/ec2spec/formatter/slack_formatter.rb, line 8 def output(results, _hosts) "```\n#{super}\n```" end