aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libvbucket.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libvbucket.rb b/Library/Formula/libvbucket.rb
index c74aecf12..272ce8d66 100644
--- a/Library/Formula/libvbucket.rb
+++ b/Library/Formula/libvbucket.rb
@@ -33,7 +33,7 @@ class Libvbucket < Formula
Open3.popen3("#{bin}/vbuckettool", "-", "hello", "world") do |stdin, stdout, _|
stdin.write(json)
stdin.close
- expected == stdout.read
+ assert_equal expected, stdout.read
end
end
end