Sha256: 5c5459f0fca352a470a1c934dbc20bbd803c4a89649415b8eb3886cf46f9905b

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

Feature: Env files
  Background:
    Given I have created a app with pah

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

      """
    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

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/env.feature