Sha256: e63850202e9de794ceb968dcdc1c1f87f36f7404e44ebac78b0d76e4e7a3e235

Contents?: true

Size: 483 Bytes

Versions: 2

Compression:

Stored size: 483 Bytes

Contents

Feature: Alternate between multiple asset hosts
  In order to speed up page loading
  
  Scenario: Rendering css with the feature enabled
    Given I am using an asset host
    And the Server is running
    When I go to "/stylesheets/asset_host.css"
    Then I should see "http://assets"
    
  Scenario: Rendering html with the feature enabled
    Given I am using an asset host
    And the Server is running
    When I go to "/asset_host.html"
    Then I should see "http://assets"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-2.0.0.rc92 features/asset_host.feature
middleman-2.0.0.rc91 features/asset_host.feature