psgrep: fix RuboCop warnings.
This commit is contained in:
parent
74032e48bb
commit
9d707b955c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue