voxpupuli / onceover

Your gateway drug to automated infrastructure testing with Puppet
141 stars 45 forks source link

Add missing `require 'io/console'` #280

Closed alexjfisher closed 3 years ago

alexjfisher commented 3 years ago

Without this I get the following error when using --parallel.

NoMethodError: undefined method `cooked!' for #<IO:<STDERR>>>

From https://ruby-doc.org/stdlib-2.5.0/libdoc/io/console/rdoc/IO.html#method-i-cooked

You must require ‘io/console’ to use this method.