summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-09-02 15:25:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-09-02 15:25:54 +0900
commite7a8e3e91f817171176c8b8294f33e5acd3354e2 (patch)
treeec8f55f0f820a07fdd976ca3801c276f602aa967
parent92d2476208299b7ca780ecb15010741eebd43349 (diff)
Added entries about test-bundler-parallel and BUNDLER_SPECS
-rw-r--r--spec/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/README.md b/spec/README.md
index 6b82f8f06a..9f5a712219 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -10,6 +10,14 @@ To run rspec for bundler:
make test-bundler
```
+or run rspec with parallel execution:
+
+```bash
+make test-bundler-parallel
+```
+
+If you specify `BUNDLER_SPECS=foo/bar_spec.rb` then only `spec/bundler/foo/bar_spec.rb` will be run.
+
# spec/ruby
ruby/spec (https://github.com/ruby/spec/) is