Sha256: cca8d6b56d9d8411d035affbdc1a943ddc253629583db45b8d545faa4301c51d
Contents?: true
Size: 317 Bytes
Versions: 2
Compression:
Stored size: 317 Bytes
Contents
require "helper" require "fluent/plugin/in_filecounts.rb" class FilecountInputTest < 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::FilecountsInput).configure(conf) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-filecounts-0.1.1 | test/plugin/test_in_filecounts.rb |
fluent-plugin-filecounts-0.1.0 | test/plugin/test_in_filecounts.rb |