psgrep: fix RuboCop warnings.

master
Mike McQuaid 2017-06-12 16:44:49 +01:00
parent 74032e48bb
commit 9d707b955c
1 changed files with 1 additions and 1 deletions

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