Description:

Sets up Cucumber in your Rails 3 project. After running this generator you will
get a new rake task called features.

This also generates the necessary files in the features directory.

Also see the feature generator, which you can use to generate skeletons
for new features.

Examples: Generator

./script/generate cucumber:skeleton

You can also provide a language argument for localized webrat steps:

./script/generate cucumber de

Examples: Executable

$ cucumber_skeleton    

$ cucumber_skeleton de