diff options
| author | Adam Vandenberg | 2014-05-04 12:12:41 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-08-01 07:58:10 -0700 |
| commit | ff86702dd85eab420f6f58e8dcf8375dae4b22b9 (patch) | |
| tree | e0071c9d3604ab8d311679aa77ce9cce90da962f /Library/Formula/dockutil.rb | |
| parent | 1dc876667538fb33ebc9eb30edd3bc9b530592a6 (diff) | |
| download | homebrew-ff86702dd85eab420f6f58e8dcf8375dae4b22b9.tar.bz2 | |
use test helpers
Diffstat (limited to 'Library/Formula/dockutil.rb')
| -rw-r--r-- | Library/Formula/dockutil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dockutil.rb b/Library/Formula/dockutil.rb index efa7cb0b6..4279a1757 100644 --- a/Library/Formula/dockutil.rb +++ b/Library/Formula/dockutil.rb @@ -28,6 +28,6 @@ class Dockutil < Formula end test do - assert_equal "2.0.0", `#{bin}/dockutil --version`.strip + assert_equal "2.0.0", shell_output("#{bin}/dockutil --version").strip end end |
