summaryrefslogtreecommitdiff
path: root/doc/contributing/testing_ruby.md
diff options
context:
space:
mode:
authorJun Aruga <[email protected]>2023-10-13 17:00:10 +0200
committerTakashi Kokubun <[email protected]>2023-10-14 22:43:41 -0700
commit13dafb210e30613e68efa454caebf1d4319a2f09 (patch)
tree149cd970a9adaa158f94d749045db16863d96029 /doc/contributing/testing_ruby.md
parentdf1887414a0b7efb19189788629eedcfd790c7e3 (diff)
[DOC] testing_ruby.md: Add spec/ for the explanation of the `make check`.
Diffstat (limited to 'doc/contributing/testing_ruby.md')
-rw-r--r--doc/contributing/testing_ruby.md2
1 files changed, 1 insertions, 1 deletions
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