[DOC] testing_ruby.md: Add spec/ for the explanation of the `make check`.

This commit is contained in:
Jun Aruga 2023-10-13 17:00:10 +02:00 коммит произвёл Takashi Kokubun
Родитель df1887414a
Коммит 13dafb210e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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