Sha256: 85371c9b81a49f43cea12a60010b8fa242def9cf1f36cc088c69ffb4716fff51

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

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

class HttpIncludeTimeKeyInputTest < Test::Unit::TestCase
  setup do
    Fluent::Test.setup
  end

  test "failure" do
    flunk
  end

  private

  def create_driver(conf)
    Fluent::Test::Driver::Input.new(Fluent::Plugin::HttpIncludeTimeKeyInput).configure(conf)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-http-include-time-key-0.1.0 test/plugin/test_in_http_include_time_key.rb