Sha256: 15eecdb7811eb1a9063210b6249b82c91bcf5067d65acd68fbaf10887f8f0fed

Contents?: true

Size: 434 Bytes

Versions: 13

Compression:

Stored size: 434 Bytes

Contents

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

  Scenario: Have correct files
    Then I have the file config/database.yml and contents of this file should include:
      """
      database: myapp_development
      """
    Then I have the file config/database.yml and contents of this file should include:
      """
      database: myapp_test
      """
    Then I have a db/schema.rb


Version data entries

13 entries across 13 versions & 1 rubygems

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