From 27acaa8efceb009af0fa6a3cef60f3da38a721bb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 8 Jun 2013 21:26:20 -0500 Subject: git-tracker: use test assertion --- Library/Formula/git-tracker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/git-tracker.rb b/Library/Formula/git-tracker.rb index 59f358bf5..768c8f04e 100644 --- a/Library/Formula/git-tracker.rb +++ b/Library/Formula/git-tracker.rb @@ -14,7 +14,7 @@ class GitTracker < Formula test do require 'open3' Open3.popen3("#{bin}/git-tracker", "test-command") do |_, stdout, _| - "git-tracker is here. How are you?" == stdout.read.strip + assert_equal "git-tracker is here. How are you?", stdout.read.strip end end end -- cgit v1.2.3