mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
93555e013c
commit
5267829641
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue