Sha256: ec2c2cbf5d3236fb8fb5da52d738d7a7aceaad656d4c6a097c050f43c1be51cb

Contents?: true

Size: 243 Bytes

Versions: 6

Compression:

Stored size: 243 Bytes

Contents

require 'helper'

class NorikraOutputTest < Test::Unit::TestCase
  CONF = %[
    target_map_tag yes
  ]

  def create_driver(conf=CONFIG, tag='test')
    Fluent::Test::OutputTestDriver.new(Fluent::NorikraOutput, tag).configure(conf)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-norikra-0.0.9 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.0.8 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.0.7 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.0.6 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.0.5 test/plugin/test_out_norikra.rb
fluent-plugin-norikra-0.0.4 test/plugin/test_out_norikra.rb