Sha256: b5e2f3e9cfa63744df49fc74cb1ea9a6a3e3eca397225352dc5b5f538d31a789

Contents?: true

Size: 325 Bytes

Versions: 2

Compression:

Stored size: 325 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-protobuf-http-0.2.0 test/plugin/test_in_protobuf_http.rb
fluent-plugin-protobuf-http-0.1.0 test/plugin/test_in_protobuf_http.rb