Skip to content

Commit

Permalink
cvsync: use to_s over string interpolation (#3916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ara煤jo authored and DomT4 committed Aug 16, 2016
1 parent 4c9a897 commit fa566e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cvsync.rb
Expand Up @@ -38,6 +38,6 @@ def install
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

0 comments on commit fa566e5

Please sign in to comment.