mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
14 lines
No EOL
511 B
Gherkin
14 lines
No EOL
511 B
Gherkin
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 at "test-app"
|
|
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 at "test-app"
|
|
When I go to "/asset_host.html"
|
|
Then I should see "http://assets" |