8000 More ruby glob explanation · github-cloud/circleci-docs@d089a8e · GitHub
[go: up one dir, main page]

Skip to content

Commit d089a8e

Browse files
committed
More ruby glob explanation
1 parent 9e44efd commit d089a8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jekyll/_docs/parallel-manual-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ test:
3636
- spec/**/*.rb # or a glob (ruby globs)
3737
```
3838

39+
**Note:**
40+
The `**` pattern matches multiple directory layers with Ruby globs. You can test glob patterns locally with e.g. `ruby -e "puts Dir.glob('**/*.py')"`.
41+
3942
In this example, we will run `bundle exec rspec` in all nodes appended with
4043
roughly `1/N` of the files on each VM.
4144

0 commit comments

Comments
 (0)
0