Sha256: 75c44f3cea31a28aa4fe2df1595a609045d6718c7966c5e15e35ed81731a1c87

Contents?: true

Size: 451 Bytes

Versions: 1

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.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.24 features/env.feature