aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-06-06 12:00:05 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-06-06 12:00:22 +0900
commit5267829641aad24c8dd66436fcdcbddd3cf30589 (patch)
tree96671e8b5588860fcdca079e0ba3de0e5db15947
parent93555e013c72605264a765166f030ea7dc6588a2 (diff)
downloadruby-5267829641aad24c8dd66436fcdcbddd3cf30589.tar.gz
Fix a typo [ci skip]
-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 74300d221d..dd46ba5dbc 100644
--- a/doc/contributing/testing_ruby.md
+++ b/doc/contributing/testing_ruby.md
@@ -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: