Sha256: 1de9ffbcc49c6816f29fb6ad1e9dfb91c208f8fd528a443bc843a0bcbbbb1273

Contents?: true

Size: 311 Bytes

Versions: 5

Compression:

Stored size: 311 Bytes

Contents

Feature: loading .env variables

  Scenario: With .dotenv
    Given the Server is running at "env-app"
    When I go to "/test.html"
    Then I should see "<h1>BAR</h1>"

  Scenario: Without .dotenv
    Given the Server is running at "envless-app"
    When I go to "/test.html"
    Then I should see "<h1></h1>"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
middleman-dotenv-2.0.0 features/dotenv.feature
middleman-dotenv-1.1.1 features/dotenv.feature
middleman-dotenv-1.1.0 features/dotenv.feature
middleman-dotenv-0.0.2 features/dotenv.feature
middleman-dotenv-0.0.1 features/dotenv.feature