summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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