lib/mutant/reporter/cli/printer/config.rb in mutant-0.11.20 vs lib/mutant/reporter/cli/printer/config.rb in mutant-0.11.21
- old
+ new
@@ -14,10 +14,10 @@
# @return [undefined]
#
# rubocop:disable Metrics/AbcSize
def run
info 'Matcher: %s', object.matcher.inspect
- info 'Integration: %s', object.integration || 'null'
+ info 'Integration: %s', object.integration.name || 'null'
info 'Jobs: %s', object.jobs || 'auto'
info 'Includes: %s', object.includes
info 'Requires: %s', object.requires
info 'MutationTimeout: %0.9g', object.mutation.timeout if object.mutation.timeout
end