html2text: fix RuboCop warnings.

This commit is contained in:
Mike McQuaid 2017-06-12 16:44:48 +01:00
parent 597a4a68ed
commit f6373c0c1b

View file

@ -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