Sha256: 25289e5257c4dfabcfb92ea3c21d7f763a6e703402e3c6da49d9c2029e60c6e4

Contents?: true

Size: 755 Bytes

Versions: 1

Compression:

Stored size: 755 Bytes

Contents

@no-clobber
Feature: Commands
  Scenario: --version prompts the versions
    When I run `pah --version`
    Then the output should contain:
      """
      Pah version: 0.0.23
      Rails version: 4.2.0
      Ruby version: 2.2.1
      """
  Scenario: -v prompts the versions
    When I run `pah -v`
    Then the output should contain:
      """
      Pah version: 0.0.23
      Rails version: 4.2.0
      Ruby version: 2.2.1
      """
  Scenario: without args prompt help
    When I run `pah`
    Then the output should contain:
      """
      Usage: pah <project_name> Creates a new rails application using project_name
                 [--version|-v] Prompts the pah, rails and ruby version
                 [--verbose] Ouputs in verbose mode
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.23 features/commands.feature