Sha256: fbaf8194a93997694a7af06c5a1b349d350dd1b436c59c33af7cdb878edeef57

Contents?: true

Size: 399 Bytes

Versions: 7

Compression:

Stored size: 399 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

require 'fluent/plugin/in_snmp'

class Test::Unit::TestCase
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fluent-plugin-snmp-0.0.9 test/helper.rb
fluent-plugin-snmp-0.0.8 test/helper.rb
fluent-plugin-snmp-0.0.7 test/helper.rb
fluent-plugin-snmp-0.0.6 test/helper.rb
fluent-plugin-snmp-0.0.5 test/helper.rb
fluent-plugin-snmp-0.0.4 test/helper.rb
fluent-plugin-snmp-0.0.3 test/helper.rb