Sha256: bf4ee66158204e27967a378758c37def921fc0a57cf188a2738ea44dfc6af074
Contents?: true
Size: 514 Bytes
Versions: 2
Compression:
Stored size: 514 Bytes
Contents
Feature: Scaffold new projects As a developer I want to quickly scaffold new projects So that I can skip the tedium of recreating standard directory structures Scenario: Scaffold a new project Given I want to create a new "ruby" project And I want the project to be called "new_project" And I want to place it in a directory with the same name Given there is no project directory by that name When I execute sow Then a standard ruby project will be generated And with the proper project name
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sow-0.5 | test/features/scaffold.feature |
sow-0.4.0 | test/features/scaffold.feature |