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 and a cucumber folders structure in it. Some example files are creted. Ensure to delete them.

Contributing

  1. Fork it ( http://github.com//empty_cucumber/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request