Sha256: 66faffa09fdc8cda6324061e3b04799b8df903e396a5e9ef5d3f09b5f1a8d824

Contents?: true

Size: 307 Bytes

Versions: 13

Compression:

Stored size: 307 Bytes

Contents

@no-clobber
Feature: Canonical Host
  Background:
    Given I have created the app "myapp" with pah

  Scenario: Have correct files
    Then I have the file config.ru and contents of this file should include:
      """
      use Rack::CanonicalHost, ENV['CANONICAL_HOST'] if ENV['CANONICAL_HOST']
      """

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
pah-0.0.28 features/canonical_host.feature
pah-0.0.27 features/canonical_host.feature
pah-0.0.26 features/canonical_host.feature
pah-0.0.25 features/canonical_host.feature
pah-0.0.24 features/canonical_host.feature
pah-0.0.23 features/canonical_host.feature
pah-0.0.22 features/canonical_host.feature
pah-0.0.21 features/canonical_host.feature
pah-0.0.20 features/canonical_host.feature
pah-0.0.19 features/canonical_host.feature
pah-0.0.17 features/canonical_host.feature
pah-0.0.16 features/canonical_host.feature
pah-0.0.15 features/canonical_host.feature