Sha256: fa14f4920204b2b30d52724bd553dc60f6f920b6f33b722e2dd4e57160424541

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.1

      """
    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.23 features/env.feature
pah-0.0.22 features/env.feature