cucumber-nagios
cucumber-nagios copied to clipboard
Distribute cucumber-nagios command as part of gem
Now that we've switched to vanilla bundler, the cucumber-nagios command should be part of the cucumber-nagios gem itself, and be removed from the generated project.
This makes projects more lightweight, and will make upgrades between cucumber-nagios versions easier.
You could invoke cucumber-nagios from anywhere:
cucumber-nagios /path/to/my.feature
...instead of:
/path/to/project/bin/cucumber-nagios /path/to/my.feature
Resolved? Like, forever ago?