Sha256: 0902274e18b9a8a9ce29aa88ce581dca746f57fa31ba04b8fdd2573f04471382

Contents?: true

Size: 294 Bytes

Versions: 4

Compression:

Stored size: 294 Bytes

Contents

@disable-bundler
Feature: Creating a Heroku app

  Scenario: --heroku=true
    When I bake a project called "test_project" with:
      | argument | value |
      | --heroku | true  |
    Then the "test_project-staging" Heroku app should exist
    And the "test_project" Heroku app should exist

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bakeware-1.2 features/heroku_true.feature
bakeware-1.1.8 features/heroku_true.feature
bakeware-1.1.7 features/heroku_true.feature
bakeware-1.1.6 features/heroku_true.feature