Sha256: 428df99ce05d83db837fe6fc96a55f206f67f977cbf6dff331749311ce839d91

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.1.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.17 features/env.feature
pah-0.0.16 features/env.feature