Skip to content

Commit 7aedc80

Browse files
Update validation test for the new policy
``` Error: fully scope test system calls, e.g. system "#{bin}/carton" ``` Closes #9. Signed-off-by: Jed Fox <[email protected]> Signed-off-by: Yuta Saito <[email protected]>
1 parent 012d113 commit 7aedc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

carton.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def install
2828
end
2929

3030
test do
31-
system "carton", "-h"
31+
system "#{bin}/carton", "-h"
3232
end
3333
end

0 commit comments

Comments
 (0)