Sha256: 0efa6928056488fcefc903e212403bffebd1576cde4fdee2d3e909c8ab529334

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

require 'json'

module Ec2spec
  module Formatter
    module SlackFormatter
      include Ec2spec::Formatter::PlainTextFormatter

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

Version data entries

1 entries across 1 versions & 1 rubygems

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