diff options
| author | Jack Nagel | 2013-06-08 21:26:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-08 21:32:30 -0500 |
| commit | 231ba54c688612b3564f9c0393d9216eea96e9f6 (patch) | |
| tree | 7fc2b735db6b9bdfd297f62f3a4114b61a2c438e /Library | |
| parent | fb795a6e64a0b1f57443f623e8e7e9deccca6954 (diff) | |
| download | homebrew-231ba54c688612b3564f9c0393d9216eea96e9f6.tar.bz2 | |
vera++: use test assertion
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/vera++.rb | 2 |
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 |
