Sha256: ecd4859fad5ef820478a4acea157ef09703af1365f2367f85fef61708c16b486
Contents?: true
Size: 553 Bytes
Versions: 63
Compression:
Stored size: 553 Bytes
Contents
@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" And the Server is running at "test-app" 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" And the Server is running at "test-app" When I go to "/tiny_src.html" Then I should see "http://i.tinysrc.mobi/http://test.com/image.jpg"
Version data entries
63 entries across 63 versions & 1 rubygems