Sha256: 999df82754d26ae67814b8ceacc80330a023edb0211b8da8e28a38cb2b2ec8f3

Contents?: true

Size: 358 Bytes

Versions: 13

Compression:

Stored size: 358 Bytes

Contents

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

  Scenario: Have correct files
    Then I have a config/puma.rb
    Then I have a config/initializers/database_connection.rb
    Then I have the file Procfile and contents of this file should include:
      """
      web: bundle exec puma -C config/puma.rb
      """

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
pah-0.0.28 features/puma.feature
pah-0.0.27 features/puma.feature
pah-0.0.26 features/puma.feature
pah-0.0.25 features/puma.feature
pah-0.0.24 features/puma.feature
pah-0.0.23 features/puma.feature
pah-0.0.22 features/puma.feature
pah-0.0.21 features/puma.feature
pah-0.0.20 features/puma.feature
pah-0.0.19 features/puma.feature
pah-0.0.17 features/puma.feature
pah-0.0.16 features/puma.feature
pah-0.0.15 features/puma.feature