From 5d1320d1ff717a0cb5f93c41e0616bfeec11295c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 8 Jun 2013 21:26:23 -0500 Subject: libvbucket: use test assertion --- Library/Formula/libvbucket.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3