aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-12-04 10:12:05 +0000
committerMike McQuaid2014-12-04 10:12:17 +0000
commitd61a8bde914958b1f1cbfd8e6db3838cfc59d7bd (patch)
tree32a589414b8ce1def5d17fc13534159aa15cd270 /Library/Formula
parent1952b4816bd30169e351053b9732fc781f0a66b9 (diff)
downloadhomebrew-d61a8bde914958b1f1cbfd8e6db3838cfc59d7bd.tar.bz2
rcoket: fix test system spacing.
Diffstat (limited to 'Library/Formula')
-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