aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-06-08 21:26:26 -0500
committerJack Nagel2013-06-08 21:32:30 -0500
commit231ba54c688612b3564f9c0393d9216eea96e9f6 (patch)
tree7fc2b735db6b9bdfd297f62f3a4114b61a2c438e /Library
parentfb795a6e64a0b1f57443f623e8e7e9deccca6954 (diff)
downloadhomebrew-231ba54c688612b3564f9c0393d9216eea96e9f6.tar.bz2
vera++: use test assertion
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vera++.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vera++.rb b/Library/Formula/vera++.rb
index ab19f7506..2ccd535b7 100644
--- a/Library/Formula/vera++.rb
+++ b/Library/Formula/vera++.rb
@@ -25,6 +25,6 @@ class Veraxx < Formula
end
test do
- `#{bin}/vera++ --version`.chomp == '1.2.1'
+ assert_equal version.to_s, `#{bin}/vera++ --version`.strip
end
end