guard / guard-cucumber

Guard::Cucumber automatically run your features (much like autotest)
https://rubygems.org/gems/guard-cucumber
MIT License
86 stars 36 forks source link

Allow the user to specify a prefix to the cucumber command. #3

Closed mikefarmer closed 12 years ago

mikefarmer commented 12 years ago

The command_prefix option allows you to prepend any other shell script to your cucumber execution. For example, for terminal only cucumber tests you may need to run xvfb-run before the cucumber command. The command prefix option will allow you to do that.

netzpirat commented 12 years ago

Great pull request <3 <3 <3 Specs, implementation, YARD and README updated. Thanks a lot!