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