Sha256: 293cf010abe96382eb246b557f3dc03aceccc1ccce608f819d42ae0836314d4a
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
@disable-bundler Feature: Creating a Heroku app Scenario: --heroku=true 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 And the "staging" Heroku remote should have "SECRET_KEY_BASE" configured And the "production" Heroku remote should have "SECRET_KEY_BASE" configured
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
suspenders-1.7.0 | features/heroku_true.feature |