cvsync: use to_s
over string interpolation (#3916)
This commit is contained in:
parent
4c9a8979c1
commit
fa566e51d2
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ class Cvsync < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue