psql2csv: rubocop tweaks.

This commit is contained in:
Mike McQuaid 2016-10-22 13:33:55 +01:00
parent ee2718ac9a
commit 714044b8e6

View file

@ -14,7 +14,7 @@ class Psql2csv < Formula
test do
expected = "COPY (SELECT 1) TO STDOUT WITH (FORMAT csv, ENCODING 'UTF8', HEADER true)"
output = shell_output(%(#{bin}/psql2csv --dry-run "SELECT 1")).strip
output = shell_output(%Q(#{bin}/psql2csv --dry-run "SELECT 1")).strip
assert_equal expected, output
end
end