davetron5000 / optparse-plus

Start your command line scripts off right in Ruby
http://davetron5000.github.com/optparse-plus
Apache License 2.0
521 stars 54 forks source link

Remove cucumber #121

Closed davetron5000 closed 6 years ago

davetron5000 commented 6 years ago

Problem

Cucumber and Aruba are highly problematic in terms of maintenance. I had locked to an older version and when trying to upgrade, things break horribly. Whatever Aruba does with the path is no longer compatible with this gem and the value of faux-English tests is no longer worth the hassle.

Solution

Get integration tests running without Cucumber/Aruba. Provide integration test support for generated/bootstrapped apps.

Closes #102