Sha256: b5f430f66ae740f8ba6468cf54ec22238e2d859e6e5fa43d74b26d847fa7c93b

Contents?: true

Size: 674 Bytes

Versions: 1

Compression:

Stored size: 674 Bytes

Contents

Feature: Generating an application
  As an application developer
  I want to create a skeleton application
  So that I can provide custom functionality for my client
  
  @wip
  Scenario: Running the generator
    When I run `bundle exec ../../bin/noumenon application contact_form_plus`
    Then a directory named "contact_form_plus" should exist
    And the directory "contact_form_plus" should contain a skeleton application
    And the application in "contact_form_plus" should be named "ContactFormPlus"
    And the gem in "contact_form_plus" should be named "noumenon-contact_form_plus"
    And the application in "contact_form_plus" should be configured for Cucumber

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noumenon-0.2.3 features/generator/application_generator.feature