diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-09-02 15:30:46 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-09-02 15:30:46 +0900 |
| commit | 740d530bb007f48ed53aa71f341f201745327c39 (patch) | |
| tree | b498a00992e6035b30cb6c7d3fa6d292c2ce355a | |
| parent | e7a8e3e91f817171176c8b8294f33e5acd3354e2 (diff) | |
Added doc about `test-syntax-suggest`
| -rw-r--r-- | spec/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/README.md b/spec/README.md index 9f5a712219..4d46b8c2b7 100644 --- a/spec/README.md +++ b/spec/README.md @@ -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.
\ No newline at end of file |
