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

Added doc about test-syntax-suggest

This commit is contained in:
Hiroshi SHIBATA 2022-09-02 15:30:46 +09:00
parent e7a8e3e91f
commit 740d530bb0
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -146,3 +146,15 @@ end
```
For more details, see `spec/ruby/CONTRIBUTING.md`.
# spec/syntax_suggest
## Running spec/syntax_suggest
To run rspec for syntax_suggest:
```bash
make test-syntax-suggest
```
If you specify `SYNTAX_SUGGEST_SPECS=foo/bar_spec.rb` then only `spec/syntax_suggest/foo/bar_spec.rb` will be run.