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/ascii.rb | |
| parent | 1dc876667538fb33ebc9eb30edd3bc9b530592a6 (diff) | |
| download | homebrew-ff86702dd85eab420f6f58e8dcf8375dae4b22b9.tar.bz2 | |
use test helpers
Diffstat (limited to 'Library/Formula/ascii.rb')
| -rw-r--r-- | Library/Formula/ascii.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ascii.rb b/Library/Formula/ascii.rb index e50e11ec9..894e30b2f 100644 --- a/Library/Formula/ascii.rb +++ b/Library/Formula/ascii.rb @@ -12,8 +12,6 @@ class Ascii < Formula end test do - output = `#{bin}/ascii 0x0a` - assert output.include?("Official name: Line Feed") - assert_equal 0, $?.exitstatus + assert shell_output(bin/"ascii 0x0a").include?("Official name: Line Feed") end end |
