html2text: fix RuboCop warnings.
This commit is contained in:
parent
597a4a68ed
commit
f6373c0c1b
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ class Html2text < Formula
|
|||
|
||||
output = `#{bin}/html2text #{path}`.strip
|
||||
assert_equal "Hello World", output
|
||||
assert_equal 0, $?.exitstatus
|
||||
assert_equal 0, $CHILD_STATUS.exitstatus
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue