From e8bd6e1747a4ea22c0749c7c4f842cea73cb3a33 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Fri, 23 May 2014 16:51:12 -0700 Subject: tpp: use assert_equal instead of assert with == Closes #29537. Signed-off-by: Adam Vandenberg --- Library/Formula/tpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tpp.rb b/Library/Formula/tpp.rb index 9c629d0df..d0c934186 100644 --- a/Library/Formula/tpp.rb +++ b/Library/Formula/tpp.rb @@ -34,7 +34,7 @@ class Tpp < Formula end test do - assert `#{bin}/tpp --version`.chomp == - "tpp - text presentation program #{version}" + assert_equal "tpp - text presentation program #{version}", + `#{bin}/tpp --version`.chomp end end -- cgit v1.2.3