Closed randomvariable closed 7 years ago
Bring Cucumber version up to date.
This makes this plugin installable on Vagrant 1.9.1
Importantly, this also bring Ruby 2.2 support, given that Ruby 2.1 will be EOL at the end of 2016.
Fixes #10
Just as a side note, setting path_or_io to STDOUT for the pretty formatter prevents delayed messages in Cucumber 2+ i.e.
path_or_io
STDOUT
def initialize(runtime, path_or_io = STDOUT, options = {})
Bring Cucumber version up to date.
This makes this plugin installable on Vagrant 1.9.1
Importantly, this also bring Ruby 2.2 support, given that Ruby 2.1 will be EOL at the end of 2016.
Fixes #10