2011-04-26 15:10:27 -04:00
|
|
|
@wip
|
2011-04-25 16:45:54 -04:00
|
|
|
Feature: Tiny Src
|
|
|
|
In order automatically scale images for mobile devices
|
|
|
|
|
|
|
|
Scenario: Rendering html with the feature disabled
|
|
|
|
Given "tiny_src" feature is "disabled"
|
2011-07-27 22:59:38 -04:00
|
|
|
And the Server is running at "test-app"
|
2011-04-25 16:45:54 -04:00
|
|
|
When I go to "/tiny_src.html"
|
|
|
|
Then I should see "http://test.com/image.jpg"
|
|
|
|
|
|
|
|
Scenario: Rendering html with the feature enabled
|
|
|
|
Given "tiny_src" feature is "enabled"
|
2011-07-27 22:59:38 -04:00
|
|
|
And the Server is running at "test-app"
|
2011-04-25 16:45:54 -04:00
|
|
|
When I go to "/tiny_src.html"
|
|
|
|
Then I should see "http://i.tinysrc.mobi/http://test.com/image.jpg"
|