diff --git a/lib/result_printer.rb b/lib/result_printer.rb index d9c4efd..e7d7acb 100644 --- a/lib/result_printer.rb +++ b/lib/result_printer.rb @@ -51,6 +51,7 @@ def fancy_result(checks) def icon(status) case status.to_sym + # in some font faces, the big dot is little and the little dot is big. sadness when :info : '•' when :infos : '∙' when :failure : '✗'