scalefactory / vagrant-cucumber

A Vagrant plugin to allow cucumber to work with VMs.
MIT License
40 stars 8 forks source link

Cucumber: Bump to version 2.4+ of Cucumber #21

Closed randomvariable closed 7 years ago

randomvariable commented 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

randomvariable commented 7 years ago

Just as a side note, setting path_or_io to STDOUT for the pretty formatter prevents delayed messages in Cucumber 2+ i.e.

def initialize(runtime, path_or_io = STDOUT, options = {})