From 740d530bb007f48ed53aa71f341f201745327c39 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 2 Sep 2022 15:30:46 +0900 Subject: Added doc about `test-syntax-suggest` --- spec/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'spec/README.md') 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 -- cgit v1.2.1