1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

doc/make_cheatsheet.md: fix typos

This commit is contained in:
Marcus Stollsteimer 2020-02-19 20:57:38 +01:00
parent 4bc16244be
commit 97e8212a76

View file

@ -36,9 +36,9 @@ $ make check
It runs (about) three test suites:
* `make test` (a test suite for the interpreter core)
* `make test-all` : (for all builtin classes and libraries)
* `make test-spec` : (a conformance test suite for Ruby implementations)
* `make test-bundler` : (a test suite for the bundler examples)
* `make test-all` (for all builtin classes and libraries)
* `make test-spec` (a conformance test suite for Ruby implementations)
* `make test-bundler` (a test suite for the bundler examples)
## How to run the test suite with log