[前][次][番号順一覧][スレッド一覧]

ruby-changes:73378

From: Hiroshi <ko1@a...>
Date: Fri, 2 Sep 2022 15:57:20 +0900 (JST)
Subject: [ruby-changes:73378] 740d530bb0 (master): Added doc about `test-syntax-suggest`

https://git.ruby-lang.org/ruby.git/commit/?id=740d530bb0

From 740d530bb007f48ed53aa71f341f201745327c39 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
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(+)

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 https://github.com/ruby/ruby/blob/trunk/spec/README.md#L146
 ```
 
 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


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]