From 4d1700f9a1801d137f24587531d7a3c49c03242c Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 16 Oct 2024 12:17:33 +0200 Subject: [PATCH] write in the docs that CLI tools only support RSpec now --- docs/CommandLineInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandLineInterface.md b/docs/CommandLineInterface.md index ee271d0c..67af6284 100644 --- a/docs/CommandLineInterface.md +++ b/docs/CommandLineInterface.md @@ -1,7 +1,7 @@ # Command line interface This library provides experimental command line interface `ddcirb` to get the percentage of the tests -that will be skipped for the current test run. +that will be skipped for the current test run (only when using RSpec). ## Usage