Sha256: d553290e6f42277a8c089da82a553184763ded0cf2fe8c5da0cc075fb8e703f2
Contents?: true
Size: 728 Bytes
Versions: 7
Compression:
Stored size: 728 Bytes
Contents
Description: Generates a skeleton for a new feature. Both a simple .feature file and a steps.rb file is generated. This generator should be used with moderation. See http://github.com/aslakhellesoy/cucumber/wikis/feature-coupled-steps-antipattern for details about the dangers involved. This generator can take an optional list of attribute pairs similar to Rails' built-in resource generator. If you set the language option, then a subdirectory features/[language] will be generated instead. Now your are able to use features in different languages. Examples: `./script/generate feature post` # no attributes `./script/generate feature post title:string body:text published:boolean`
Version data entries
7 entries across 7 versions & 1 rubygems