Sha256: 627aedc0dcb5bf49c30a9c2ea7f14aadffe7b7dc94ffb6fc30cb136050287655

Contents?: true

Size: 370 Bytes

Versions: 6

Compression:

Stored size: 370 Bytes

Contents

@disable-bundler
Feature: Creating a Heroku app when suspending a project

  Scenario: User uses the --heroku=true command line argument
    When I suspend a project called "test_project" with:
      | argument | value |
      | --heroku | true  |
    Then the "test_project-staging" heroku app should exist
    And the "test_project-production" heroku app should exist

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
suspenders-1.0.1 features/creating_a_heroku_app.feature
suspenders-1.0.0 features/creating_a_heroku_app.feature
laces-0.1.0 features/creating_a_heroku_app.feature
suspenders-0.3.6 features/creating_a_heroku_app.feature
suspenders-0.3.5 features/creating_a_heroku_app.feature
suspenders-0.3.4 features/creating_a_heroku_app.feature