From 640de3a7a3f1496c37c3d561067d4e59134a9154 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 16 Aug 2022 22:23:28 -0800 Subject: [PATCH] Added minitest-cc to extension list [git-p4: depot-paths = "//src/minitest/dev/": change = 13510] --- README.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rdoc b/README.rdoc index 96e47cc..150c763 100644 --- a/README.rdoc +++ b/README.rdoc @@ -641,6 +641,7 @@ minitest-capistrano :: Assertions and expectations for testing Capistrano recipes. minitest-capybara :: Capybara matchers support for minitest unit and spec. +minitest-cc :: It provides minimal information about code coverage. minitest-chef-handler :: Run Minitest suites as Chef report handlers minitest-ci :: CI reporter plugin for Minitest. minitest-context :: Defines contexts for code reuse in Minitest