From 13dafb210e30613e68efa454caebf1d4319a2f09 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Fri, 13 Oct 2023 17:00:10 +0200 Subject: [PATCH] [DOC] testing_ruby.md: Add spec/ for the explanation of the `make check`. --- doc/contributing/testing_ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/testing_ruby.md b/doc/contributing/testing_ruby.md index 93dff7cd4e..dfb7fb3a65 100644 --- a/doc/contributing/testing_ruby.md +++ b/doc/contributing/testing_ruby.md @@ -85,7 +85,7 @@ We can run any of the make scripts [in parallel](building_ruby.md#label-Running+ make test-all TESTS=--help ``` - If we would like to run both the `test/` and `bootstraptest/` test suites, we can run + If we would like to run the `test/`, `bootstraptest/` and `spec/` test suites (the `spec/` is explained in a later section), we can run ``` make check