Sha256: 244db7db01851abd84c0f49e3bb543bb841ee1baf4e3138dd9f3b8fcc15e53a6

Contents?: true

Size: 1.01 KB

Versions: 32

Compression:

Stored size: 1.01 KB

Contents

Feature: Adhearsion Ahn CLI (generate)
  As an Adhearsion user
  I want the ahn command to be able to run generators
  So that I can generate useful code

  Scenario: Listing generators
    When I run `ahn generate`
    Then the output should contain "Available generators:"
    And the output should contain "controller [controller_name]: A call controller template. 'controller_name' should be the disired class name, either CamelCase or under_scored."
    Then the output should contain "plugin [plugin_name]: A plugin template. 'plugin_name' should be the disired plugin module name, either CamelCase or under_scored."

  Scenario: Generator help
    When I run `ahn help generate`
    Then the output should contain "controller [controller_name]: A call controller template. 'controller_name' should be the disired class name, either CamelCase or under_scored."
    Then the output should contain "plugin [plugin_name]: A plugin template. 'plugin_name' should be the disired plugin module name, either CamelCase or under_scored."

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
adhearsion-2.6.4 features/cli_generate.feature
adhearsion-2.6.3 features/cli_generate.feature
adhearsion-3.0.0.rc1 features/cli_generate.feature
adhearsion-3.0.0.beta2 features/cli_generate.feature
adhearsion-3.0.0.beta1 features/cli_generate.feature
adhearsion-2.6.2 features/cli_generate.feature
adhearsion-2.6.1 features/cli_generate.feature
adhearsion-2.6.0 features/cli_generate.feature
adhearsion-2.5.4 features/cli_generate.feature
adhearsion-2.5.3 features/cli_generate.feature
adhearsion-2.5.2 features/cli_generate.feature
adhearsion-2.5.0 features/cli_generate.feature
adhearsion-2.4.0 features/cli_generate.feature
adhearsion-2.4.0.beta3 features/cli_generate.feature
adhearsion-2.4.0.beta2 features/cli_generate.feature
adhearsion-2.4.0.beta1 features/cli_generate.feature
adhearsion-2.3.5 features/cli_generate.feature
adhearsion-2.3.4 features/cli_generate.feature
adhearsion-2.3.3 features/cli_generate.feature
adhearsion-2.3.2 features/cli_generate.feature