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:
parent
e7a8e3e91f
commit
740d530bb0
1 changed files with 12 additions and 0 deletions
|
@ -146,3 +146,15 @@ end
|
||||||
```
|
```
|
||||||
|
|
||||||
For more details, see `spec/ruby/CONTRIBUTING.md`.
|
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.
|
Loading…
Add table
Add a link
Reference in a new issue