Sha256: 559710626b173a84b1e746696f23ce5d0f398b8d6eb1488621e6f09c2f0f1333
Contents?: true
Size: 363 Bytes
Versions: 9
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true require 'helper' require 'fluent/plugin/out_records_merger.rb' class RecordsMergerOutputTest < Test::Unit::TestCase setup do Fluent::Test.setup end test 'failure' do flunk end private def create_driver(conf) Fluent::Test::Driver::Output.new(Fluent::Plugin::RecordsMergerOutput).configure(conf) end end
Version data entries
9 entries across 9 versions & 1 rubygems