jo: rubocop tweaks.

This commit is contained in:
Mike McQuaid 2016-10-22 13:33:54 +01:00
parent 27615fc913
commit 622f28ff66

View file

@ -28,6 +28,6 @@ class Jo < Formula
end
test do
assert_equal %({"success":true,"result":"pass"}\n), pipe_output("#{bin}/jo success=true result=pass")
assert_equal %Q({"success":true,"result":"pass"}\n), pipe_output("#{bin}/jo success=true result=pass")
end
end