Sha256: e3ade4cc376c18a122bee4620f8264a2b595c177550321aa05499554bb92da0f

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

require "helper"
require "fluent/plugin/out_condition_checker.rb"

class ConditionCheckerOutputTest < 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::ConditionCheckerOutput).configure(conf)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-condition-checker-0.1.0 test/plugin/test_out_condition_checker.rb