psgrep: fix RuboCop warnings.

This commit is contained in:
Mike McQuaid 2017-06-12 16:44:49 +01:00
parent 74032e48bb
commit 9d707b955c

View file

@ -13,6 +13,6 @@ class Psgrep < Formula
end
test do
assert_match $0, shell_output("#{bin}/psgrep #{Process.pid}")
assert_match $PROGRAM_NAME, shell_output("#{bin}/psgrep #{Process.pid}")
end
end