test/helper.rb in fluent-plugin-watch-process-0.1.1 vs test/helper.rb in fluent-plugin-watch-process-0.2.0
- old
+ new
@@ -10,18 +10,10 @@
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/test/driver/input'
require 'fluent/plugin/in_watch_process'
class Test::Unit::TestCase
end