Report to stdout per default

This commit is contained in:
Markus Schirp 2012-12-07 19:10:12 +01:00
parent 6a935fecf0
commit ba13408afa

View file

@ -76,7 +76,7 @@ module Mutant
# @api private
#
def reporter
Mutant::Reporter::CLI.new($stderr)
Mutant::Reporter::CLI.new($stdout)
end
memoize :reporter