scalefactory / vagrant-cucumber

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

Pretty formatter: Fix broken options handling #22

Closed randomvariable closed 7 years ago

randomvariable commented 7 years ago

Fix up against version 1.0.0

Stopping delayed messages for "puts" in step definitions becomes a downstream responsibility in Cucumber 2+, as per https://github.com/cucumber/cucumber-ruby/blob/master/lib/cucumber/rb_support/rb_world.rb#L76

randomvariable commented 7 years ago

@sftim : Changelog updated.