aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-tracker.rb2
1 files changed, 1 insertions, 1 deletions
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