test/helper.rb in fluentd-0.12.0.pre.2 vs test/helper.rb in fluentd-0.12.0.pre.3

- old
+ new

@@ -21,14 +21,15 @@ add_filter '/gems/' end end end +require 'rr' require 'test/unit' +require 'test/unit/rr' require 'fileutils' require 'fluent/log' require 'fluent/test' -require 'rr' unless defined?(Test::Unit::AssertionFailedError) class Test::Unit::AssertionFailedError < StandardError end end