scalefactory / vagrant-cucumber

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

[wip] glue: Scrub data of unsupported characters #20

Closed randomvariable closed 7 years ago

randomvariable commented 7 years ago

Only supported on Ruby 2.1+ Scrub unsupported characters to eliminate Encoding::UndefinedConversionError: "\xFF" errors.

randomvariable commented 7 years ago

We need a failing test case to make sure this is the right solution before merging.

randomvariable commented 7 years ago

Not actively working on this