Sha256: 15ac31e64a1e1538181d6471ff422731ed68ac9677bbb25c99116194d6f127fd

Contents?: true

Size: 328 Bytes

Versions: 268

Compression:

Stored size: 328 Bytes

Contents

require "helper"
require "fluent/plugin/<%= plugin_filename %>"

class <%= class_name %>Test < 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::<%= class_name %>).configure(conf)
  end
end

Version data entries

268 entries across 268 versions & 8 rubygems

Version Path
fluentd-0.14.17 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-0.14.16 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-0.14.15 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-0.14.14 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-0.14.14.pre.1 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-0.14.13-x86-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-0.14.13-x64-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-0.14.13 templates/new_gem/test/plugin/test_input.rb.erb