Sha256: b29206fcd7b3fae71a43e189edc335fb61ce5575f1ca9cbb7010f64dcb95d7eb

Contents?: true

Size: 680 Bytes

Versions: 1

Compression:

Stored size: 680 Bytes

Contents

Feature: Run without errors

  In order to use pah, I need this to run
  without any error

  Scenario: Running pah with heroku
    When I run `pah myapp` interactively
    And I type "y"
    And I type "n"
    And I type ""
    And I type "myapp.com"
    And I type ""
    Then the stdout should contain:
      """
      running heroku addons:add newrelic:stark --app myapp.com
      """
    Then the output should contain:
      """
       CONGRATS! INSTALLATION COMPLETE!
      """

  Scenario: Running pah without heroku
    When I run `pah myapp` interactively
    And I type "n"
    Then the stdout should contain:
      """
      CONGRATS! INSTALLATION COMPLETE!
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/runner.feature