Sha256: c964ff9fe138112c310cf6e1319538a768d490f5c8f4fd00d5d8b65ee7861d6c

Contents?: true

Size: 614 Bytes

Versions: 152

Compression:

Stored size: 614 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'fluent/test'
unless ENV.has_key?('VERBOSE')
  nulllogger = Object.new
  nulllogger.instance_eval {|obj|
    def method_missing(method, *args)
    end
  }
  $log = nulllogger
end

require 'fluent/plugin/out_kafka'

class Test::Unit::TestCase
end

Version data entries

152 entries across 152 versions & 7 rubygems

Version Path
roched-fluent-plugin-kafka-0.6.14 test/helper.rb
roched-fluent-plugin-kafka-0.6.13 test/helper.rb
roched-fluent-plugin-kafka-0.6.12 test/helper.rb
roched-fluent-plugin-kafka-0.6.11 test/helper.rb
roched-fluent-plugin-kafka-0.6.10 test/helper.rb
roched-fluent-plugin-kafka-0.6.9 test/helper.rb
roched-fluent-plugin-kafka-0.6.8 test/helper.rb
roched-fluent-plugin-kafka-0.6.7 test/helper.rb
roched-fluent-plugin-kafka-0.6.6 test/helper.rb
roched-fluent-plugin-kafka-0.6.5 test/helper.rb
fluent-plugin-kafka-0.6.3 test/helper.rb
fluent-plugin-kafka-0.6.2 test/helper.rb
fluent-plugin-kafka-0.6.1 test/helper.rb
fluent-plugin-kafka-0.6.0 test/helper.rb
fluent-plugin-kafka-0.5.7 test/helper.rb
fluent-plugin-kafka-0.5.6 test/helper.rb
fluent-plugin-kafka-0.5.5 test/helper.rb
fluent-plugin-kafka-0.5.4 test/helper.rb
fluent-plugin-kafka-enchanced-0.5.35 test/helper.rb
fluent-plugin-kafka-enchanced-0.5.34 test/helper.rb