EmptyCucumber
With this gem you can create an empty Cucumber project sctructure
Installation
$ gem install empty_cucumber
Usage
Positioned where you want to create a new Cucumber Project you can type:
$ empty_cucumber <project_name>
This will create a new folder with the name of
Contributing
- Fork it ( http://github.com/
/empty_cucumber/fork ) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request