Sha256: 4425f0adadc7d06f3913b731132bd5ade60489325e975f74f00a785a0d492c0e

Contents?: true

Size: 365 Bytes

Versions: 11

Compression:

Stored size: 365 Bytes

Contents

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)
      # pass
    end
  }
  $log = nulllogger
end

class Test::Unit::TestCase
end

Version data entries

11 entries across 11 versions & 6 rubygems

Version Path
fluent-plugin-filter_keys-0.1.0 test/test_helper.rb
fluent-plugin-tai64n_parser-0.2.0 test/test_helper.rb
fluent-plugin-randomtag-0.0.2 test/test_helper.rb
fluent-plugin-lookup-0.0.3 test/test_helper.rb
fluent-plugin-lookup-0.0.2 test/test_helper.rb
fluent-plugin-filter_codec-0.0.2 test/test_helper.rb
fluent-plugin-random-0.0.1 test/test_helper.rb
fluent-plugin-lookup-0.0.1 test/test_helper.rb
fluent-plugin-filter_codec-0.0.1 test/test_helper.rb
fluent-plugin-filter_keys-0.0.2 test/test_helper.rb
fluent-plugin-filter_keys-0.0.1 test/test_helper.rb