Sha256: 2606b6c194f6b12dc95e4fee5064b276b8936aca9ad10dbe7be08b9db01c1421
Contents?: true
Size: 286 Bytes
Versions: 13
Compression:
Stored size: 286 Bytes
Contents
require 'helper' class NorikraOutputTest < Test::Unit::TestCase CONFIG = %[ target_map_tag yes ] def create_driver(conf=CONFIG, tag='test') Fluent::Test::OutputTestDriver.new(Fluent::NorikraOutput, tag).configure(conf) end def test_init create_driver end end
Version data entries
13 entries across 13 versions & 2 rubygems