diff options
| -rw-r--r-- | spec/README.md | 8 |
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 |
