aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/unac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/unac.rb b/Library/Formula/unac.rb
index db7acc32f..ef3a47fbf 100644
--- a/Library/Formula/unac.rb
+++ b/Library/Formula/unac.rb
@@ -43,7 +43,7 @@ class Unac < Formula
test do
require 'open3'
Open3.popen3("#{bin}/unaccent", "utf-8", "fóó") do |_, stdout, _|
- "foo" == stdout.read.strip
+ assert_equal "foo", stdout.read.strip
end
end
end