cvsync: use to_s over string interpolation (#3916)

This commit is contained in:
Miguel Araújo 2016-08-16 00:20:28 -03:00 committed by Dominyk Tiller
parent 4c9a8979c1
commit fa566e51d2

View file

@ -38,6 +38,6 @@ class Cvsync < Formula
end
test do
assert_match "#{version}", shell_output("#{bin}/cvsync -h 2>&1", 1)
assert_match version.to_s, shell_output("#{bin}/cvsync -h 2>&1", 1)
end
end