Sha256: ae69444bd3a5b9a0ef3da75dfc19d4de668bc4c2e123cf37335bfb9af42328ba

Contents?: true

Size: 220 Bytes

Versions: 1

Compression:

Stored size: 220 Bytes

Contents

require 'helper'

class NotifierOutputTest < Test::Unit::TestCase
  CONFIG = %[
]
  def create_driver(conf=CONFIG,tag='test')
    Fluent::Test::OutputTestDriver.new(Fluent::NotifierOutput, tag).configure(conf)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-notifier-0.1.0 test/plugin/test_out_notifier.rb