Sha256: 6394a7073f2ab67f39da7956ecc9418fae25e6c4c3227745541324a7f5022dbd

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

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

  Scenario: Create env files
    Then I have the file .ruby-version and contents of this file should be:
      """
      2.2.3

      """
    Then I have the file .ruby-gemset and contents of this file should be:
      """
      myapp

      """
    Then I have the file .env and contents of this file should include:
      """
      PORT: 3000
      """

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.26 features/env.feature
pah-0.0.25 features/env.feature