Sha256: d50fb243a1744a453f309b09d19f406ad258539829561d16fba9a86bd0401524

Contents?: true

Size: 412 Bytes

Versions: 1

Compression:

Stored size: 412 Bytes

Contents

Feature: Database
  Background:
    Given I have created a app 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

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/database.feature