Skip to content

Commit 5c904cd

Browse files
authored
Document path argument to ruby_test (#80)
It took a while to figure this out... see #79.
1 parent 79da596 commit 5c904cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/simple_script/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ ruby_test(
3131
] + glob([
3232
"spec/**/*.rb",
3333
]),
34+
# This is a WORKSPACE-relative path to a spec directory.
35+
# It could be longer, like "my/path/to/spec".
3436
args = [
3537
"spec",
3638
],

0 commit comments

Comments
 (0)