Sha256: 6a9b8ec05c62a266048ec706b8c20e0667182a072712b3a96aea13c239edeabf

Contents?: true

Size: 231 Bytes

Versions: 11

Compression:

Stored size: 231 Bytes

Contents

require 'helper'

class SecureForwardOutputTest < Test::Unit::TestCase
  CONFIG = %[
]

  def create_driver(conf=CONFIG,tag='test')
    Fluent::Test::OutputTestDriver.new(Fluent::SecureForwardOutput, tag).configure(conf)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.1.9.pre.rc1 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.8 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.7 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.6 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.5 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.4 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.3 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.2 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.1 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.1.0 test/plugin/test_out_secure_forward.rb
fluent-plugin-secure-forward-0.0.4 test/plugin/test_out_secure_forward.rb