2010-02-03 02:03:43 +01:00
|
|
|
Feature: Alternate between multiple asset hosts
|
|
|
|
In order to speed up page loading
|
|
|
|
|
|
|
|
Scenario: Rendering css with the feature enabled
|
2011-12-25 19:06:45 +01:00
|
|
|
Given the Server is running at "asset-host-app"
|
2010-02-03 02:03:43 +01:00
|
|
|
When I go to "/stylesheets/asset_host.css"
|
|
|
|
Then I should see "http://assets"
|
|
|
|
|
|
|
|
Scenario: Rendering html with the feature enabled
|
2011-12-25 19:06:45 +01:00
|
|
|
Given the Server is running at "asset-host-app"
|
2010-02-03 02:03:43 +01:00
|
|
|
When I go to "/asset_host.html"
|
|
|
|
Then I should see "http://assets"
|