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