From f5bd8872c5d28b6cfbab4d6a3bb1fb66ee2aea81 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Fri, 24 Apr 2015 19:57:51 +0000 Subject: [PATCH] Remove debug comment --- lib/uh/wm/testing/acceptance_helpers.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/uh/wm/testing/acceptance_helpers.rb b/lib/uh/wm/testing/acceptance_helpers.rb index 4d56e83..50d8518 100644 --- a/lib/uh/wm/testing/acceptance_helpers.rb +++ b/lib/uh/wm/testing/acceptance_helpers.rb @@ -33,7 +33,6 @@ module Uh output = -> { @process.stdout + @process.stderr } timeout_until do case message - #when Regexp then output.call.scan(message).size >= times when Regexp then (value = output.call.scan(message)).size >= times when String then output.call.include? message end