lib/scan/test_result_parser.rb in scan-0.5.2 vs lib/scan/test_result_parser.rb in scan-0.6.0

- old
+ new

@@ -11,10 +11,10 @@ return { tests: tests, failures: failures } else - Helper.log.error "Couldn't parse the number of tests from the output".red + UI.error("Couldn't parse the number of tests from the output") return {} end end end end