Description:
    Sets up Cucumber in your Rails 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
    
Examples:
    `./script/generate cucumber`

You can also provide a language argument for localized webrat_steps:
    `./script/generate cucumber de`
