We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79da596 commit 5c904cdCopy full SHA for 5c904cd
1 file changed
examples/simple_script/BUILD.bazel
@@ -31,6 +31,8 @@ ruby_test(
31
] + glob([
32
"spec/**/*.rb",
33
]),
34
+ # This is a WORKSPACE-relative path to a spec directory.
35
+ # It could be longer, like "my/path/to/spec".
36
args = [
37
"spec",
38
],
0 commit comments