Sha256: 3aaaa0b69eb25566f50fcbc83bc2e540a282bf54aa660a3651dceb1eba089fcc

Contents?: true

Size: 678 Bytes

Versions: 2

Compression:

Stored size: 678 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:heroku:finish
        jumpup:finish
      )
      """

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.17 features/jumpup.feature
pah-0.0.16 features/jumpup.feature