Sha256: 0fe24fcac6ea3d2d24d0e39d0296a1d773e291871a528963629224aeef111c3d

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

      """
    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.21 features/env.feature
pah-0.0.20 features/env.feature