mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
13 lines
No EOL
465 B
Gherkin
13 lines
No EOL
465 B
Gherkin
@wip
|
|
Feature: Tiny Src
|
|
In order automatically scale images for mobile devices
|
|
|
|
Scenario: Rendering html with the feature disabled
|
|
Given "tiny_src" feature is "disabled"
|
|
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"
|
|
When I go to "/tiny_src.html"
|
|
Then I should see "http://i.tinysrc.mobi/http://test.com/image.jpg" |