onepass: fix RuboCop warnings.

master
Mike McQuaid 2017-06-12 16:44:49 +01:00
parent 2bb993e590
commit 92228c28e5
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ class Onepass < Formula
test do
assert_equal "123456", `echo "badger" | #{bin}/1pass --no-prompt --path #{share}/tests/1Password.Agilekeychain onetosix`.strip
assert_equal 0, $?.exitstatus
assert_equal 0, $CHILD_STATUS.exitstatus
end
end