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

Version Path
fluent-plugin-records-merger-0.1.8 test/plugin/test_out_records_merger.rb
fluent-plugin-records-merger-0.1.7 test/plugin/test_out_records_merger.rb
fluent-plugin-records-merger-0.1.6 test/plugin/test_out_records_merger.rb
fluent-plugin-records-merger-0.1.5 test/plugin/test_out_records_merger.rb
fluent-plugin-records-merger-0.1.4 test/plugin/test_out_records_merger.rb
fluent-plugin-records-merger-0.1.3 test/plugin/test_out_records_merger.rb
fluent-plugin-records-merger-0.1.2 test/plugin/test_out_records_merger.rb
fluent-plugin-records-merger-0.1.1 test/plugin/test_out_records_merger.rb
fluent-plugin-records-merger-0.1.0 test/plugin/test_out_records_merger.rb