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