aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rocket.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/rocket.rb')
-rw-r--r--Library/Formula/rocket.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rocket.rb b/Library/Formula/rocket.rb
index 2e5480bb5..591d75f0c 100644
--- a/Library/Formula/rocket.rb
+++ b/Library/Formula/rocket.rb
@@ -43,8 +43,8 @@ class Rocket < Formula
end
test do
- system "#{bin}/actool help"
- system "#{bin}/rkt help"
+ system "#{bin}/actool", "help"
+ system "#{bin}/rkt", "help"
assert_equal "sha256-08699361d40a0728924ffe6fcd67dc933d7311cf8e6f403048c9271181b20e2e\n",
`#{bin}/rkt --dir=$PWD fetch https://github.com/coreos/rocket/releases/download/v0.1.0/ace-validator-main.aci`
end