summaryrefslogtreecommitdiff
path: root/spec/README.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-09-02 15:30:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-09-02 15:30:46 +0900
commit740d530bb007f48ed53aa71f341f201745327c39 (patch)
treeb498a00992e6035b30cb6c7d3fa6d292c2ce355a /spec/README.md
parente7a8e3e91f817171176c8b8294f33e5acd3354e2 (diff)
downloadruby-740d530bb007f48ed53aa71f341f201745327c39.tar.gz
Added doc about `test-syntax-suggest`
Diffstat (limited to 'spec/README.md')
-rw-r--r--spec/README.md12
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