Sha256: 97e30c313907eab93a508b3d9cff6c202bd1c50b722f5dc9e2f10617a7d63faf

Contents?: true

Size: 723 Bytes

Versions: 10

Compression:

Stored size: 723 Bytes

Contents

@no-clobber
Feature: Jumpup
  Background:
    Given I have created the app "myapp" with pah

  Scenario: Have correct files
    Then I have a lib/tasks/jumpup.rake
    Then I have a config/initializers/jumpup_heroku.rb
    Then I have the file config/initializers/jumpup_heroku.rb and contents of this file should include:
      """
      config.app = 'myapp'
      """
    Then I have the file lib/tasks/jumpup.rake and contents of this file should include:
      """
      INTEGRATION_TASKS = %w(
        jumpup:heroku:start
        jumpup:start
        jumpup:bundle_install
        db:migrate
        spec
        jumpup:git:check_last_commit_change
        jumpup:heroku:finish
        jumpup:finish
      )
      """

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pah-0.0.28 features/jumpup.feature
pah-0.0.27 features/jumpup.feature
pah-0.0.26 features/jumpup.feature
pah-0.0.25 features/jumpup.feature
pah-0.0.24 features/jumpup.feature
pah-0.0.23 features/jumpup.feature
pah-0.0.22 features/jumpup.feature
pah-0.0.21 features/jumpup.feature
pah-0.0.20 features/jumpup.feature
pah-0.0.19 features/jumpup.feature