test/helper.rb in yahns-1.9.0 vs test/helper.rb in yahns-1.10.0

- old
+ new

@@ -1,5 +1,5 @@ -# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors +# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net> # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) $stdout.sync = $stderr.sync = Thread.abort_on_exception = true $-w = true if RUBY_VERSION.to_f >= 2.0 require 'thread' require 'fileutils'