Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2022-06-06 12:00:05 +09:00
parent 93555e013c
commit 5267829641
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ We can run any of the make scripts [in parallel](building_ruby.md#label-Running+
first the file name, and then the test name, prefixed with `--name`. For example:
```
make test-all TESTS="../test/ruby/test_alias.rb --name=/test_aias_with_zsuper_method/"
make test-all TESTS="../test/ruby/test_alias.rb --name=/test_alias_with_zsuper_method/"
```
To run these specs with logs, we can use: