Sha256: 98f2e305ef0032691aa57131438b9bb774bafec75e2ff5d7caed1adf631de260

Contents?: true

Size: 330 Bytes

Versions: 90

Compression:

Stored size: 330 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::Storage.new(Fluent::Plugin::<%= class_name %>).configure(conf)
  end
end

Version data entries

90 entries across 90 versions & 7 rubygems

Version Path
fluentd-1.14.0-x86-mingw32 templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.14.0-x64-mingw32 templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.14.0 templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.14.0.rc templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.13.3-x86-mingw32 templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.13.3-x64-mingw32 templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.13.3 templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.13.2-x86-mingw32 templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.13.2-x64-mingw32 templates/new_gem/test/plugin/test_storage.rb.erb
fluentd-1.13.2 templates/new_gem/test/plugin/test_storage.rb.erb